Hi Kriesi,
I try to change the format of the special header in my grid row. For the grid row at the top of the page, it works well (color, size..). But for all the grid row below, it didn’t work with the same setting.
Thanks,
Marc
Hey user1024,
The font sizes looked the same, it seems you just needed the font color changed to white.
Try this code in the General Styling > Quick CSS field:
h1.av-special-heading-tag, h3.av-special-heading-tag, .av_textblock_section {color: #fff !important; }
Best regards,
Mike
Hey Mike, thanks for your code it works.
Regards,
Marc