Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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!


  •  5,055
    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. :/

  •  5,055
    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!

  •  5,055
    Michael replied

    Have a nice day!