Hello,
How can I change the background color of a table? I want the same color for every row.
Hey Lautho2011,
Are you using a pricing table or the regular tabular table?
Best regards,
Nikko
Hi Nikko,
the regular table
Hi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#wrap_all .main_color .avia-table tr {
background-color: #add4ef;
}
feel free to adjust the color to suit, after applying the css, please clear your browser cache and check.
if this doesn’t help please link to your page so we can be of more assistance.
Best regards,
Mike
Hi,
Thanks for the feedback, I see a password in the Private Content area but I don’t see a url or username, please check.
I mostly only need to see the actual page, so if you can link to it that would be great, if it’s in maintenance mode or unpublished
then I’ll need a login.
Best regards,
Mike
Hi,
Thank you for the login, it turns out that you were actually using the pricing table option
so in this case the correct css to have white cells in the table would be:
.main_color .pricing-table-wrap>.pricing-table>li {
background-color: #fff;
}
I added this to your Quick CSS, please clear your browser cache and check.
Best regards,
Mike
thanks Mike! It worked!
Now I have another question, but I guess it’s better to start a new topic then.
Hi,
Glad we were able to help, I found your new question and will reply there.
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike