Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307448

    Hi,

    I know there are a lot of threads with similar questions but I didn’t find the answer till now.

    Default:

    My working change:
    .main_color .pricing-table li.avia-heading-row {
    background: #cc3333;
    }

    My not working try ;) :
    .pricing-table li:nth-child(odd){
    background-color: #fcfcfc;
    }

    And this is what I want:

    When I do the change online with chrome, it is working without !important and so. But if I put this to the cumston.css it is not working :/

    This is what happens:

    .main_color .pricing-table li.avia-heading-row {
    background: #cc3333!important;
    }
    .pricing-table li:nth-child(odd){
    background-color: #fcfcfc!important;
    }

    #307657

    Hi Sven,

    Can you post the link to your website please?

    Regards,
    Josue

    #307683
    #307690

    Hey Sven!

    Try adding this too:

    .pricing-table-wrap:first-child li.avia-heading-row{
        background: transparent !important;
    }
    

    Regards,
    Josue

    #308883

    Perfect, thx a lot

    #308906

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stuck on color for the pricing table :/’ is closed to new replies.