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

    Hi guys!!

    I would like to do the same type of modifications that were done to the Enfold Table. See CSS code:

    /*Table CSS Modifications*/
    table tr.avia-heading-row{
    background-color: #3d71a1!important;
    color:#fff!important;
    }
    table tr:nth-child(2){
    background-color:#2d5c88!important;
    color:#fff!important;
    }

    for a Minimal Table.

    It does look as if the CSS should be the same but for some reason, it doesn’t work.

    Could you please guide me?

    Thank you!!!

    Warmly,

    Havi

    #825003

    Hey havi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #825196

    Hi Rikard!!

    Certainly! Here it goes: http://argen-travel.com/travel-guide-to-argentina/

    Warmly,

    Havi

    #829944

    Hi,

    Please try the following css modification.

    #top .avia-data-table.avia_pricing_minimal tr {
        background-color: #3d71a1!important;
        color: #fff!important;
    }

    And please avoid creating duplicate posts. Thank you.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.