Comments 7dickytall started the conversationJanuary 9, 2019 at 9:49amHi,In the row you can define text-color, you get a dropdown with three choices:light, dark, custom.Where can is set the default values (or update them) for light and dark? Because I want the light to be different from #FFF for example.Cheers,R 8,996Tahir repliedJanuary 9, 2019 at 1:54pmHey D,Unfortunately there is no such option available at the moment. Though have noted it in the Wishlist .Best ThemeNectar Support Team 7dickytall repliedJanuary 9, 2019 at 4:09pmI found a fix myself....light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p { color: #fef2eb; /*or any other light color*/} Sign in to reply ...
Hi,
In the row you can define text-color, you get a dropdown with three choices:
light, dark, custom.
Where can is set the default values (or update them) for light and dark? Because I want the light to be different from #FFF for example.
Cheers,
R
Hey D,
Unfortunately there is no such option available at the moment. Though have noted it in the Wishlist .
Best
ThemeNectar Support Team
I found a fix myself...
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
color: #fef2eb; /*or any other light color*/
}