Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #289382

    Hello
    First of all I want to congratulate you for this nice theme.
    Actually I have one little problem: how can i change the color of the second row e.g. white?

    Thanks
    dreisatz

    #289662

    Hey dreisatz!

    Thank you for your kind words and for choosing Enfold!
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li.avia-pricing-row {
    background-color: white!important;
    }

    If that does not help, please post the link to your website and point out the table element you would like to customise

    Cheers!
    Yigit

    #290014

    Hey Yigit,

    thx – it works. Please allow me another question: i have two tables: #1 should have blue lines, #2 should have red-lines between the rows. each tables is on its own page. Custom CSS Class field for all ALB Elements is on.

    hopefully

    dreisatz

    #290028

    Hey!

    You can change the code to following one

    .page-id-829 li.avia-pricing-row {
    background-color: white!important;
    }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    #290051

    Hey!

    very fast respond- wow! ok i have to fetch the page id.

    i thought i could define two classes: .table1 & .table2 with my specifications in Quick-css. then i assign the needed class in the Class field for all ALB Elements. wrong way?

    dreisatz

    #291172

    Hi!

    Sorry for the late respond!
    No, that works as well. Since you are going to use tables on different pages, page ID works as well. For your custom CSS classes, use following code please

    .your-custom-class li.avia-pricing-row {
    background-color: white!important;
    }

    Best regards,
    Yigit

    #291197
    This reply has been marked as private.
    #291199

    Hi!

    You are welcome Dreisatz, we are always glad to help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Table background color second row’ is closed to new replies.