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 #1964549
Add border above menu bar
Closed

Comments

  • Magg0t started the conversation

    Hi,

    I want to add a border color above the menu bar, I've almost managed to do it but the border is not on the full page, see image attached.

    Here is what I put in the custom code :

    #navigation.header-1 .container{
    border-top: 5px solid ;
        border-top-color: #004863;
    }
    #navigation.header-1 {
        border-top: 0 transparent !important;
    }


    Thank you for your help !

    Magali



  •  2,699
    PenciDesign replied

    Hi,

    Please try use this code:

    #navigation.header-1{ border-top: 5px solid #004863 !important; height: 65px; }
    

    Best Regards,

    PenciDesign

  • Magg0t replied

    Thank you so much !!! :)