Comments Kez started the conversationNovember 5, 2014 at 11:24pmHi Guys, I have a set of social icons below one of my galleries but they are quite light against a white background, anyway to make them darker through css code? Thanks 9,555Tahir repliedNovember 6, 2014 at 2:51pmHey!I cant seems to find a page with that light background. Could you share the page url. Thanks Salient Support Team Kez replied privately 9,555Tahir repliedNovember 7, 2014 at 2:48pmHey!Add this into the Custom CSS box located in your Salient Options panel :.single-portfolio .nectar-social a i { color: #000 !important; }Thanks Salient Support Team Kez repliedNovember 7, 2014 at 5:31pmhey tahir, that made the icons darker but ive lost the cool hover effect. anyway around that/ Thanks 9,555Tahir repliedNovember 8, 2014 at 2:26pmHey Again!Add this into the Custom CSS box located in your Salient Options panel :html body.single-portfolio .nectar-social a i { color: #000; }Thanks Salient Support Team Kez repliedNovember 8, 2014 at 7:00pmNice, works perfect, thanks tahir. Sign in to reply ...
Hi Guys,
I have a set of social icons below one of my galleries but they are quite light against a white background, anyway to make them darker through css code?
Thanks
Hey!
I cant seems to find a page with that light background. Could you share the page url.
Thanks
Salient Support Team
Hey!
.single-portfolio .nectar-social a i { color: #000 !important; }
Salient Support Team
hey tahir,
that made the icons darker but ive lost the cool hover effect. anyway around that/
Thanks
Hey Again!
html body.single-portfolio .nectar-social a i { color: #000; }
Salient Support Team
Nice, works perfect, thanks tahir.