Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #401740

    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

    #402097

    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

    #402165

    Awesome Yigit!
    Thank you so much! Problem solved!

    You guys are great!

    Antonio

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table Background all white?’ is closed to new replies.