• Resolved mdivk

    (@mdivk)


    All I need is to get rid of the table’s border, tried all the searching foundings and no use, very frustrating!

    It would be greatly appreciated if you can help, thanks a lots.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Clayton James

    (@claytonjames)

    Looks like it’s on line 283 in your theme style sheet:

    
    td {
      border: 1px solid #CCC;
      padding: 5px 10px; }
    

    If your theme supports custom CSS you can make an entry there to change the border appearance.

    Or if not, you may want to consider using a CSS plugin to avoid making changes directly to your theme. https://wordpress.org/plugins/search/css/

    Thread Starter mdivk

    (@mdivk)

    Thank you for catching that for me so quickly

    Clayton James

    (@claytonjames)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t get rid of the table’s border’ is closed to new replies.