Comments Jason started the conversationMarch 18, 2024 at 11:49pmHow 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,610PenciDesign repliedMarch 19, 2024 at 12:45amHi,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 CenterRegards,PenciDesign.Jason repliedMarch 19, 2024 at 12:49amThank you. Lastly, how do I add a separate logo for the main bar?Jason repliedMarch 19, 2024 at 12:57amIt's currently showing the logo twice.Is there a way to show it only once on mobile on the main bar? 2,610PenciDesign repliedMarch 19, 2024 at 1:01amHi,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.1 LikeJason repliedMarch 19, 2024 at 10:13amThank you, this did the trick. I appreciate all of your help! Sign in to reply ...
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.
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.
Thank you. Lastly, how do I add a separate logo for the main bar?
It's currently showing the logo twice.
Is there a way to show it only once on mobile on the main bar?
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:
Regards,
PenciDesign.
Thank you, this did the trick. I appreciate all of your help!