Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #520314

    Hi
    How to change the color of the top of the table?
    I could change the color of the entire table. less the top. which remains blue in all tabs
    thanks

    #520431

    Hey Tokyo!

    Add this to your custom CSS.

    span.pricing-extra {
        background-color: orange !important;
    }

    Best regards,
    Elliott

    #520466

    hey thanks Elliot, y tried but changue the color of all.

    i use this ccs for diferents tabs colors:

    
    #av_section_4 .pricing-table li.avia-pricing-row, 
    #av_section_4 .pricing-table li.avia-heading-row, 
    #av_section_4 .pricing-table li.avia-pricing-row .pricing-extra  {
        background-color: #9bd500;
        border-color: #9bd500; !important;
    }
    
    #pupu .pricing-table li.avia-pricing-row, 
    #pupu .pricing-table li.avia-heading-row, 
    #pupu .pricing-table li.avia-pricing-row .pricing-extra {
        background-color: #9100d5;
        border-color: #9100d5; !important;
    }
    
    #eco .pricing-table li.avia-pricing-row, 
    #eco .pricing-table li.avia-heading-row, 
    #eco .pricing-table li.avia-pricing-row .pricing-extra {
        background-color: #ffa200;
        border-color: #ffa200; !important;
    }

    is posible changue individual color of top of the tabs in this 3 tabs?

    thanks

    #520790

    Hey!

    Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add a custom css class to each table element. For example, on the green table, use “green-table” in the custom css class field. Add this in the Quick CSS field:

    .main_color .green-table .pricing-table li.avia-heading-row .pricing-extra {
        background: green;
    }

    Repeat the procedure for the rest of the table element.

    Cheers!
    Ismael

    #521049

    Nice, thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change the color of the top of the pricing table?’ is closed to new replies.