Viewing 8 replies - 1 through 8 (of 8 total)
  • Use the code button if you want code to show in the forum.
    This should do it:
    table, tbody, td, tr{border:none !important;}

    Thread Starter symbolism

    (@symbolism)

    well well.. many thanks webbrewers

    this actually DID work.. updated my custom css..
    AND POW!! no borders
    thanks for your help
    much appreciated

    I really appreciate your help here, and this is exactly my problem. I spent a weekend teaching myself wordpress, and I still am very new.
    I want to say I had 2012 theme and when I created tables I would see just the grey line, I liked that.
    Well I updated my theme to 2014 and now I see borders everywhere and I hate it.
    I see the code above and understand html pretty good, but I am unsure where exactly I am supposed to put this code.
    I see the css sheet but don’t see anything that refers to the tables or where to edit
    Can someone provide this novice with some kindergarten instructions please. I can’t stand these borders…

    Some themes provide an option to add css to the database so it doesn’t get wiped out when you update the theme. Or you could use a child theme and add the above to its stylesheet. To see if it works, you could add it to the top of style.css but remember it will disappear when you update the theme.

    you could add it to the top of style.css but remember it will disappear when you update the theme.

    Adding it to the top won’t get rid of it – as the styles adding the borders come after that.

    @ghighlan – do not modify theme files – you can use a custom CSS plugin to ADD CSS to modify the styles.

    Well guess what I modified the theme css style sheet. I was able to remove the borders, but I sure miss the lines under neath. I am just trying to be careful…Little lines at a time.. Thank you! If you see a line of code to add a bottom border to the table row that would be appreciated. But what I am seeing in this theme there are no attributes for the tr

    Next time you update WP, all of your changes will be gone 🙁 .

    If tr{border-bottom:1px solid #000;} doesn’t work try:
    td{border-bottom:1px solid #000;}
    And remove tr and/or td from the border:none statement.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘remove table borders twenty fourteen’ is closed to new replies.