Hi there,
I would like to change the font color of all tables (not pricing table), but I can’t find out how to do this. Could you guys help me?
Hey Eric,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi Rikard,
On this page you can see the table (starting dates). The text is now light grey, but I would like to adjust it.
https://www.languagecorner.amsterdam/test-product/
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-data-table.avia_pricing_minimal td {
color: red !important;
}
Best regards,
Rikard
Hi Rikard,
Unfortunately it doesn’t work. Could you have a look to see what goes wrong?
Hi Eric,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .main_color .avia-data-table.avia_pricing_minimal td {
color: red;
}
If you need further assistance please let us know.
Best regards,
Victoria
Works perfectly now, thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon