Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3332061
Tables
Closed

Comments

  •  1
    stangsvt1 started the conversation

    H there,

    Just curious if there's something in the theme that is causing these tables to show borders, even though they are set to 0?

    Thanks in advance!

  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-entry table,
    .post-entry td, .post-entry th {
        border: 0 !important;
    }

    Regards,
    PenciDesign.