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

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,280
    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,280
    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,280
    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