Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #279354

    Hi

    I have nine different pricing tables and I want different colours on heading row and princing row on all. Is is possible? Please explan how.

    Thank you.

    Regards
    Jeppesen53

    #279497

    Hey Jeppesen53!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and give a custom class to each of your tables and using following code in Quick CSS field in Enfold theme options under General Styling tab, adjust as needed

    .custom-class .pricing-table li.avia-heading-row { background-color: red; }
    .custom-class .pricing-table li.avia-pricing-row { background-color: orange; }
    .custom-class-one .pricing-table li.avia-heading-row { background-color: blue; }
    .custom-class-one .pricing-table li.avia-pricing-row { background-color: yellow; }

    Regards,
    Yigit

    #280252

    Hi Yigit

    Thank you for the quick answer. I have turned on the custom CSS field and I tried to follow the tutorial but I have not had any luck changing the colours yet. I have tried to enter a name in the custom css class in my pricing table and then placed the same name in Quick CSS field in front of your code. Like this (I use your example):

    Custom CSS Class in pricing table: ktf-darkborder
    Quick CSS field under General Styling: .ktf-darkborder .pricing-table li.avia-heading-row { background-color: red; }

    Can you help me further? I’m am new to html.

    #280294

    Hey!

    Can you post a link to the page where you are trying this? this is returning a maintenance mode message.

    Best regards,
    Josue

    #280504
    This reply has been marked as private.
    #280523

    Hey!

    Please try the code as following

    .custom-class li.avia-heading-row {
    background-color: red!important;
    }

    Best regards,
    Yigit

    #280611

    Hi

    Unfortunately I still have no luck changing the colours. Can you please write down the code I should use in the custom css class in the pricing table and the code I should use in my Quick CSS field under general styling?

    Thank you.

    Regards

    #280739

    Hi!

    This is the working code:

    You were using:

    .ktf-darkborder .custom-class li.avia-heading-row {
    background-color: red!important;
    }
    

    Cheers!
    Josue

    #281073
    This reply has been marked as private.
    #281078

    Set up an administrator account, then post it here as a private reply. Also, give details on what modification you want to make.

    Regards,
    Josue

    #281081

    Never mind guys! It works now.

    Thank you for the help and patience :)

    Best regards

    #281082

    Great news, glad we could help :)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Changing pricing table colour’ is closed to new replies.