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 #3786192
Lines above and below navigation
Closed

Comments

  • BradKlimkowski started the conversation

    Hello,

    I would like the navigation lines above and below the navigation removed. How would I go about doing that? Is there a setting?

    Attached files:  Navigation.jpg

  •  2,727
    PenciDesign replied

    Hi,

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

    #navigation {
      border: 0 !important;
    }

    Regards,
    PenciDesign.