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

Okay
  Public Ticket #1241774
Change Social icons
Closed

Comments

  •  2
    outlawzz started the conversation

    Hy,

    is there a way that we can change the social icons ( we would prefer white icons ), and the hover color?

    Thanks in advance

    Stefan

    https://staging.almutvonwildheim.com/

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .widget_socials .socials-item-icon {
        color: #fff !important;
    }
    .widget_socials .socials-item-icon:hover {
        color: #ccc !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    outlawzz replied

    Thx, worked out fine but the icons in the footer didn't change

  •  7,280
    Oliver replied

    CSs:

    #footer-nav a .socials-item-icon {
        color: #fff !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver