Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #87909
    Eva
    Participant

    Hello Again!

    So the design I’m doing relies a lot on tables and there seems to be some sort of default border put on all tables across the template.
    When I try to remove them in-line the only parts removed are the top and left sides of the border. I tried adjusting the common table tag and various other css tags but it didn’t work.

    What piece of code do I need to disable all borders on the tables within my pages?

    Thanks!

    E

    #87910
    Eva
    Participant
    #87964
    Pratik
    Keymaster

    Hi @Eva,

    I will need the page link where you want table border to be removed. Can you provide that?

    Regards,
    Pratik

    #87996
    Sakin
    Keymaster

    @eainsbury: To remove the border of table in Full Frame Pro theme, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    table, th, td { border: none; }

    #88085
    Eva
    Participant

    Beautiful, worked like a charm! Thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing all table borders’ is closed to new replies.