Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #324360

    hello you can enter multiple table in the same page but they have different colors?

    #324364

    Hi patriscia!

    Can you please post a screenshot and show the changes you would like to make?
    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .pricing-table:nth-child(1) li.avia-heading-row {
    background: #ECB876;
    border-color: #E0A75E;
    }
    
    .main_color .pricing-table:nth-child(2) li.avia-heading-row {
    background: #DF9C48;
    border-color: #E7943B;
    }
    
    .main_color .pricing-table:nth-child(3) li.avia-heading-row{
    background: #cf7c4f;
    border-color: #E07A43;
    }

    Cheers!
    Yigit

    #324406

    thanks
    i need to change the background color for each table. it is possible?

    https://www.dropbox.com/s/35b6i45940bypw5/Cattura_.JPG?dl=0
    thanks

    #324426

    Hi!

    Can you post the link to your website please?

    Regards,
    Yigit

    #324530
    #325243

    Hi!

    Please add following code to Quick CSS

    .pricing-table-wrap:nth-child(1) li.avia-heading-row {
    background-color: white !important;
    color: black;
    }
    .pricing-table-wrap:nth-child(2) li.avia-heading-row {
    background-color: red!important;
    color: orange;
    }
    .pricing-table-wrap:nth-child(3) li.avia-heading-row {
    background-color: green !important;
    color: blue;
    }

    Best regards,
    Yigit

    #325531

    Thank you :-)

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