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 #3161285
How to hide an element
Closed

Comments

  • nikothewriter started the conversation

    Hi there!

    Could you pls advise if it is possible to remove a thin line on the pages.

    Pls see attachment for details.


    Thank you in advance!

    Attached files:  thin line.png

  •  2,487
    PenciDesign replied

    Hi,

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

    #widget-area {
        border-top: 0;
    }

    Regards,
    PenciDesign.



  • nikothewriter replied

    Thanks!