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

    Hy Kriesi Forum,
    i’ve searched this forum to find a quick css for my problem, but could not find a code, that worked for me.
    I would like to create a simple table inside a text box with the html editor (the table editor from avia layout architect offers to less text design possibilities for me). I’m not a professional in html, so I copied a simple code from the web, that also allows me to change the width of the table.

    I could get rid of the grey borders with a quick CSS. Unfortunately, the first row is light grey, the second row is pure white, the 3rd row ligh grey, the 4th row is white… and so on.
    How can I turn off the color switching from row to row and have my table background just in pure white?
    Thank you for the quick (css) response ;-)

    • This topic was modified 9 years, 10 months ago by mastermaiksen.
    #487855

    Hi mastermaiksen!

    Add this to your custom CSS.

    td, table, tr { background: white !important; }
    

    Cheers!
    Elliott

    #487969

    Hy Elliott,
    thank you! That litte code line worked perfect for me! :-)
    Greetings, Maik

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the switching background color of simple text-table to pure white?’ is closed to new replies.