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 #1918069
Header social link color
Closed

Comments

  • bantergroup started the conversation

    Hello! Can you please advise how I get the Header Social links to appear in the same colors as the ones in the Footer (bottom right).

    Regards

    Melanie

  •  7,095
    Oliver replied


    HI!

    pls. use following css:

    i.socials-item-icon.facebook {
        color: #000;
    }
    i.socials-item-icon.linkedin {
        color: #fff;
    }
    i.socials-item-icon.facebook:hover {
        color: #ccc;
    }
    i.socials-item-icon.linkedin:hover {
        color: #eee;
    }

     

    6707465710.png

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

    Regards, Oliver

  • bantergroup replied

    Thank you Gregor!

  •  7,095
    Oliver replied

    Welcome!

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

    Regards, Oliver

  • bantergroup replied

    Hi Gregor

    Do I need to use Custom CSS to also change the color of Footer social icons, or are there Theme Options? 

    Also, is it possible to change the styling of the icons to something like the example attached?

    Regards

    Melanie

  •  7,095
    Oliver replied

    Hi,

    CSS. 

    div#footer-socials i {
        border-radius: 30px;
        background-color: #000;
        padding: 8px;
        height: 34px;
        width: 34px;
        color: #fff;
    }
    

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

    Regards, Oliver