Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1325825
Portfolio share button colors
Closed

Comments

  • tbatson started the conversation

    Hello again! 
    I love the layout of the portfolio, but where can I change the color of the portfolio buttons? Right now they are gray and I'd love to make them more visible. 

    Thanks!


  •  4,774
    Michael replied

    HI!

    This code is inserted in the custom CSS of your page:

    i.socials-item-icon {
        color: #99a9b5 !important;
    }

    Insert the color you want instead.

  • tbatson replied

    Thank you Michael. The hover color is correct, but the grey is still there. :/

  •  4,774
    Michael replied

    Change the color in the code to the one you need

    i.socials-item-icon {
        color: #fff !important;
    }
  • tbatson replied

    Thank you Michael!

  •  4,774
    Michael replied

    Have a nice day!