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 #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,092
    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,092
    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