Hi, how can I change the table colors for a specific page only? I want to change the color to black. Thanks.
Hey DROR!
Which page, you need to? You link is to homepage and not the specific page you want to change the tables. If it is the homepage, where are the tables located, I loaded the page and can not find them.
You can do it with is_page(‘slugname’); but if you have issues how to include a CSS with that WordPress function let us know and we can help you further.
Best regards,
Basilis
Hi, sorry about that. The URL is added
Hi!
Please add following code to Quick CSS
.page-id-29159 .pricing-table li.avia-heading-row,.page-id-29159 .pricing-table li.avia-pricing-row {
background: black !important;
border-color: black !important;
}
Cheers!
Yigit
Thanks, how can I change the % to be white – http://screencast.com/t/g3uy148dM?
Hey!
Please add the following to your quick css:
.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol {
opacity: 1 !important;
color: #ffffff !important;
}
Regards,
Dake