Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #304099

    I want to remove all 1px grayscale borders and backgrounds from tables. I tried pasting this in the quick style window, but it didn’t change anything:

    td {
    font-size: 13px;
    padding: 9px 12px;

    #304203

    Hi!

    Try the following:

    .avia-table li {
        background: white !important;
    }

    Best regards,
    Josue

    #305455

    Great thanks!

    #305457

    You are welcome, always glad to help :)

    Regards,
    Josue

    #362537

    I added this to my custom css in the theme options but still have a border on the tables. Please advise.

    Thanks

    #363052

    Hey!


    @mikepeter
    Please try adding following code to Quick CSS as well

    tr, td { border: none !important; }

    If that too does not help, please post the link to your website.

    Best regards,
    Yigit

    #363110

    Great, thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Border/Background from all Tables’ is closed to new replies.