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
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
Hi Yigit,
Worked a treat.
Thank you!
Matt