How can I target the text widget to change the font color? Anything I put in the css seems to be overridden by the Logo Area secondary font color.
Thanks
Hey Rob,
Add this to quick css:
.avia_textblock p{
color:red!important;
}
Add this to the very top of quick css and clear the cache a few times over. Just adjust the color to what you need.
Best regards,
Jordan Shannon
That adjusts the font in the text block, not the text widget on the right side.
Hi,
Try this:
#text-6 p strong, #text-6 a{
color:#000!important;
}
Best regards,
Jordan Shannon
There we go, many thanks! I just couldn’t get that.
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon