Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #185186

    Hi,

    The linkedIn, RSS, Twitter & Facebook icons that appear in the top left corner of the theme, how can I make these their standard colours without having to hover on them?

    Kind regards,

    Matt

    #185191

    Hi Matt!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .social_bookmarks_linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    #top .social_bookmarks_twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top .social_bookmarks_facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top .social_bookmarks_rss a {
    color: #fff;
    background-color: #ffa133;
    }

    Regards,
    Yigit

    #185206

    Hi Yigit,

    Worked a treat.

    Thank you!

    Matt

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social Icons in Top Menu Bar, Make them coloured without hovering’ is closed to new replies.