Hi
is it possible to have the table bacground fields all of the same color instead of alternated by rows?
I have a background image in top of which I placed a table. The white fields read fine but the transparent ones make the table row content unreadable against the image background and I’d rather have the table all white.
see example here: http://cortijolahoya.com/calendar-rates/ (scroll down the page until you see the table)
Thank you guys. You rock!
Antonio
Hi Antonio!
Please add following code to Quick CSS
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: white;
}
Regards,
Yigit
Awesome Yigit!
Thank you so much! Problem solved!
You guys are great!
Antonio