Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #763211

    Hi i would like to have each table has its individual unique color for respective column for its heading row and pricing row,

    Private plan has own table color for its heading and pricing row.

    May i know what is the CSS behind? How about i have multiple table, and would like to have this concept for all the multiple table? Is there any id for respective column table?

    #763234

    Hey swotmarketing,

    You can turn on Custom CSS Classes on modules: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then for example you have 3 pricing tables create 1/3 layout and fill in a pricing table with 1 column add content and add a class in the Custom CSS Classes field. Put for example table1 as class for the first table then add this css code in Quick CSS (located in Enfold > General Styling):

    #top .table1 .pricing-table li.avia-heading-row {
        background-color: blue;
        color: white;
        border-color: blue;
    }

    Just adjust the colors as you see fit. Hope this helps.

    Best regards,
    Nikko

    #763562

    TQVM. Nikko. Solved.

    #763603

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pricing Table individual color’ is closed to new replies.