• I know this is probably a dumb question with a simple answer. But I can’t seem to get the borders to show for the tables I create. I changed the border to 5 and still nothing changed. I think it probably has to do with the theme I’m using. The theme I am using is the pinboard theme. It has an option for custom css, but I have no clue how to get that to work?

    Also is there some way to make the the page titles not appear? Maybe using display:none; somewhere in the custom CSS?

    The website link is http://anaheimvacationhouse.com/dewey3/ If you go there and then click on the Pricing tab you’ll see what I mean.

    Thanks!

Viewing 1 replies (of 1 total)
  • For your tables, put something like this in your custom CSS:

    table th, table td {
    border: 1px solid #ddd;
    }

    For the page titles, do you want to hide them on every page? That seems like a bad idea.

    Also, please post in your theme’s support forum when your question is theme-related.

Viewing 1 replies (of 1 total)

The topic ‘Table border won't show?’ is closed to new replies.