-
AuthorPosts
-
July 10, 2014 at 10:10 am #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
dreisatzJuly 10, 2014 at 6:23 pm #289662Hey 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 tabli.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!
YigitJuly 11, 2014 at 12:27 pm #290014Hey 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
July 11, 2014 at 1:09 pm #290028Hey!
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!
YigitJuly 11, 2014 at 1:34 pm #290051Hey!
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
July 14, 2014 at 5:35 pm #291172Hi!
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,
YigitJuly 14, 2014 at 6:04 pm #291197This reply has been marked as private.July 14, 2014 at 6:13 pm #291199 -
AuthorPosts
- The topic ‘Table background color second row’ is closed to new replies.
