Hello,
I set up a timetable for my page and would like to change the font color and the size of the ADDITIONAL WRITING ON TOP OF THE TABLE. I need to highlight it more, because right now you can hardly see it.
Thanks Nora
Hey NoraGTS,
Add this to quick css:
table caption{
font-size:16px!important;
color:#fff!important;
}
Best regards,
Jordan Shannon