Tagged: Font-color, promobox
I would like to customize a promobox for a single page. I used the following custom css code to change the background color, but how can I make the font white?
.page-id-3231 .main_color .av_promobox{
background: #87b8d9;
color:white
}
http://dev.atlasdie.com/why-atlas/institute/
Thanks!
Hi,
.page-id-3231 .main_color .av_promobox{
background: #87b8d9;
color:white!important;
}
This should do it
Regards,
Yigit
No luck. :( I had tried that as well to no avail. Font is still black. Any other suggestions? Thanks a bunch!
Hi,
Try this:
.av_promobox h4{ color: white; }
Regards,
Josue
This is how my custom css now reads:
.page-id-3231 .main_color .av_promobox{
background: #87b8d9;
.av_promobox h4{ color: white; }
}
Did I put that last h4 color code in the correct place? Still doesn’t change the font color…
Hi,
There is a typo, replace it with:
.page-id-3231 .main_color .av_promobox{ background: #87b8d9; }
.av_promobox h4{ color: white; }
Regards,
Josue
That did it. Thank you!!! Awesome theme with fantastic support!!
Glad its working for you now :)
Regards,
Josue