Comments fabrizio started the conversationNovember 12, 2014 at 7:44pmHi!There is a way to use custom font colors in Nectar Slider Heading?ThanksF.Dobrin repliedNovember 13, 2014 at 2:32amHey,I was just looking for the same and I found it here:http://themenectar.ticksy.com/ticket/256689/search/The following code in Custom CSS did the jobbody .swiper-slide .content h2 { color: #fff !important; }Cheers :)D.fabrizio repliedNovember 13, 2014 at 2:39amHi Dobrin!Thanks so much!This is the solution I had thought. What I want to handle different colors, not just one.I thought with the "extra class" but I can not associate it with that specific heading.a greetingF 8,842Tahir repliedNovember 13, 2014 at 2:49pmHey!Try like this:body .swiper-slide:nth-child(1) .content h2 { color: #fff !important; } body .swiper-slide:nth-child(2) .content h2 { color: #fff !important; }Thanks ThemeNectar Support Team Sign in to reply ...
Hi!
There is a way to use custom font colors in Nectar Slider Heading?
Thanks
F.
Hey,
I was just looking for the same and I found it here:
http://themenectar.ticksy.com/ticket/256689/search/
The following code in Custom CSS did the job
Cheers :)
D.
Hi Dobrin!
Thanks so much!
This is the solution I had thought. What I want to handle different colors, not just one.
I thought with the "extra class" but I can not associate it with that specific heading.
a greeting
F
Hey!
Try like this:
Thanks
ThemeNectar Support Team