Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #565809

    Hello,

    I am trying to adjust the background color for tables and my CSS is not applying, and I cannot find the correct css.

    <table style="background-color: #ffffff !important; border: none !important; border-collapse: collapse; border-spacing: 0;" border="0" width="100%" bgcolor="#FFFFFF">
    
    </table>

    More info at : http://dev.summermatters2you.net/why-summer/ (Near bottom of page)

    Thanks!

    #565828

    Hi haydaw!

    Please add following code to Quick CSS

    td {
        background: white;
        border: none!important;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.