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 #3609513
Mobile Header Logo
Closed

Comments

  • Jason started the conversation

    How can I add a logo to the header on the mobile view next to the hamburger menu? This would be separate from the site header.

  •  2,244
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Logo & Header → Main Bar & Primary Menu: turn on the following options:

    - Display Logo on Main Bar on Mobile Devices

    - Move Logo on Main Bar on Mobile to Center

    Regards,
    PenciDesign.

  • Jason replied

    Thank you. Lastly, how do I add a separate logo for the main bar?

  • Jason replied

    It's currently showing the logo twice.

    Is there a way to show it only once on mobile on the main bar?

    6757660716.png
  •  2,244
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Logo & Header → Logo → Upload Logo for Mobile: upload for mobile at this option,

    2. Navigate to Customize → Custom CSS: paste the following CSS code:

    @media only screen and (max-width: 767px) {
    .inner-header {
    display: none;
    }
    }

    Regards,
    PenciDesign.



  • Jason replied

    Thank you, this did the trick. I appreciate all of your help!