Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186992

    Hello,

    Can you please tell me how to get rid of the automatic table styling? I don’t like how the theme automatically adds a gray background and border. I use tables a lot to design the layout of pages and now my pages look pretty messed up.

    I don’t want to mess up the responsiveness of the theme though.

    Thanks much.

    #187563

    Hey!

    Add this code to the Quick CSS:

    table, table * {
        border:  0 !important;
        background: transparent !important;
    }

    Cheers!
    Josue

    #993081

    and to keep the text inside each row the same colour?

    the code above does keeps alternate text colour per row?

    Thanks in advance

    #993166

    Hi washem,

    Please post a link to where we can see the element you want to alter, and explain a bit further what you would like to change.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How To Disable Automatic Table Styling?’ is closed to new replies.