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 #1881477
Menu
Closed

Comments

  • redneats started the conversation

    Hello, can you explain to me how I can delete the complete menu from the theme? I would like to use another menu. for example Hero Menu? Many Thanks

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 961px){
    #navigation .menu {
        display: none !important;
    }
    }
    

    Best Regards,

    PenciDesign

  • redneats replied

    hi, unfortunately I get an error. Do you have an idea?

  •  2,699
    PenciDesign replied

    Hi,

    Your copy is missing an letter   }    at the end.

    Let's check it again. 


    Best Regards,

    PenciDesign