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 #2169540
Customizing Mobile Header Menu
Closed

Comments

  • culturedguru started the conversation

    We would like our header image to be in the navigation bar specifically on mobile.

  •  2,699
    PenciDesign replied

    Hi,

    Please check option for it via Customize > Logo and Header Options > Display Logo on Horizontal Navigation on Mobile


    Best Regards,

    PenciDesign

  • culturedguru replied

    Thank you for the reply. I am now curious if I can have have my logo and slogan only appear on the home page. Is there a setting I can enable?

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    #header .inner-header{ display: none; }
    body.home #header .inner-header{ display: block; }
    

    Best Regards,

    PenciDesign