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
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
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
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
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
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