Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1030131

    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?

    #1030289

    Hey Eric,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1030415

    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/

    #1030759

    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

    #1030960

    Hi Rikard,

    Unfortunately it doesn’t work. Could you have a look to see what goes wrong?

    #1032082

    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

    #1033540

    Works perfectly now, thanks!

    #1033698

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font color table’ is closed to new replies.