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

    Hello,
    Please check http://www.jorosbroodjestrommel.nl/wp/
    There’s a table on this site of which I want to change the colors (black background, white text.
    I’ve tried
    .main_color table {background:#000000;} but this is not working.
    Is there a way to fix this?
    Thanks for your help!
    Martine

    #441731

    Hi famewebdesign!

    Please add following code to Quick CSS

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even),.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
      color: white;
      background: black;
    }

    Regards,
    Yigit

    #441732

    Wow Yigit! You’re fast!
    It works!

    Thanks very much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘table background color’ is closed to new replies.