Hide Table Borders

Home Forums Gillion Theme Hide Table Borders

Home Forums Gillion Theme Hide Table Borders

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • sfe
    Participant

    I am including graphics using tables on a page. However, I can’t get rid of the borders showing around each cell. It’s not in the HTML code as I have removed borders and I have double checked. Please advise. Here’s the link…

     

    http://sginetwork.org/index.php/bookstore/

     

    Thanks.

    Hi @sfe,

     

    Thank you for your question.

     

    Your shared page URL is displaying Page not found error so please share the exact page URL where it is displaying so that i can help you?

     

    Best regards,
    Shufflehound team

    sfe
    Participant

    I apologize, I changed the URL after I sent you the ticket. Here’s the correct URL…

     

    http://sginetwork.org/index.php/books/

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content table td,
    #content table th,
    #content table {
        border: 0 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)