Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101141
    Travis
    Participant

    Hello,

    I am adding a bulleted 3×2 table on one of my pages, and although the table border is 0 and white it is still showing. Here is the url http://wholefamtherapy.com/wp-admin/post.php?post=9&action=edit.

    Thanks,
    Travis

    #101170
    Mahesh
    Participant

    @travhage524: Since the link is for admin, I cannot access the link. Can you please post in link to the page with the table?

    Regards
    Mahesh

    #102424
    Travis
    Participant

    http://wholefamtherapy.com/wp-admin/post.php?post=9&action=edit

    Hi Mahesh,

    I still can’t figure out how to get the background borders of tables to disappear and be white so it doesn’t look like an actual chart.

    #102508
    Mahesh
    Participant

    @travhage524: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

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

    Note:
    I don’t know why but you have the following code in your Custom CSS. Please remove it.

    [cwa id='right-featured-image']
    dynamic_sidebar( 'right-featured-image' );

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete Table borders’ is closed to new replies.