Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78758
    Avira
    Member

    Hello there,
    After the site updated, suddenly borders appeared on my tables. Can you help me get rid of them?

    This problem appears on all pages where I have added an html table. Here is one example:
    http://visaliabirthnetwork.org/provider-directory/health-wellness/

    I have tried to use the custom css with no improvement:

    .entry-content table, 
    .entry-content td { border: none; }

    Thank you!

    #78764
    Sakin
    Keymaster

    @Avira: You can add the following css:
    #content td { border: none; }

    But when I check in your site, I see you have added in <hr> tag to add in line. You need to remove that as well.

    #78769
    Avira
    Member

    That works great, thank you so much Sakin!

    #78787
    Sakin
    Keymaster

    @Avira: Thanks for your appreciation 🙂

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