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 #3114045
CSS styles for tables
Closed

Comments

  • RudyMore started the conversation

    Hi,

    Please, let me know if the theme has premade CSS styles for tables.

    For example, the default table doesn't have an inner cell's borders (screenshot) and we need to change it. 


    Kind Regards


  •  2,488
    PenciDesign replied

    Hi,

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

    table tr td,
    table th td {
        border: 1px solid var(--pcborder-cl);
    }

    Regards,
    PenciDesign.



  • RudyMore replied

    Thank you very much!