Header Social Icons Light Version - by andrew.d.harris1

This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow

  • Avatar: andrew.d.harris1
    andrew.d.harris1
    Participant
    October 14, 2016 at 17:43

    Is there a way to get the social links in the header to be a light version instead of dark? They are blending in to my top bar background. Thanks

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 17, 2016 at 11:08

    Hello,

    We’ll fix it in next theme update. Now you may add temporary fix in Theme Options > Styling > Custom CSS

    .topbar-widget.etheme_widget_socials .et-follow-buttons a {
        border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    .header-center .topbar-color-white .top-links > div {
        border-color: transparent;
    }
    .header-center .topbar-color-white .topbar-widget .et-follow-buttons a:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header-center .topbar-color-white .topbar-widget .et-follow-buttons a i {
        opacity: 1;
        color: #fff;
    }
    .header-center .topbar-color-white .topbar-widget .et-follow-buttons a:hover i {
        color: #fff;
    }

    Regards

    Avatar: andrew.d.harris1
    andrew.d.harris1
    Participant
    October 17, 2016 at 18:47

    Thank you!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 17, 2016 at 20:35

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.