I would like to add a custom HTML to my header, next to the hamburger lines. I want to place the accessibility option there, and I would like them to appear on the mobile menu as well.
You can add custom HTML and Navigation as your example site by go to Appearance > Menus, create a new menu then select display at Primary Menu.
By default, this menu will be hidden on Mobile, please go to Appearance > Customize > Custom CSS, then add the following custom CSS code to display on mobile:
@media only screen and (max-width: 960px) { #navigation .menu { display: block; } }
1. Please view this image to understand the location of the Navigation Menus:
As you see in the image above: Primary Menu, Topbar Menu, and Footer are 3 different location show menus on your site.
2. In the Appearance > Menus, you can show the list items like the screenshot above, you can read this article for instructions. If you want to display more HTML elements, please send me an example of your code, I'll help you implement it on your website.
Hello,
I would like to add a custom HTML to my header, next to the hamburger lines. I want to place the accessibility option there, and I would like them to appear on the mobile menu as well.
Example: https://www.japanese-knives.co.il/
Test on mibile.
Hi,
You can add custom HTML and Navigation as your example site by go to Appearance > Menus, create a new menu then select display at Primary Menu.
By default, this menu will be hidden on Mobile, please go to Appearance > Customize > Custom CSS, then add the following custom CSS code to display on mobile:
Best Regards,
PenciDesign.
Hello,
I didn't really understand your explanation.
I see there are 3 menus: Primary Menu, Topbar Menu and Footer.
What is the difference between Primary Menu and Topbar Menu?
How do I add custom HTML to one of them? Where? in which interface?
Thank you
Hi,
1. Please view this image to understand the location of the Navigation Menus:
As you see in the image above: Primary Menu, Topbar Menu, and Footer are 3 different location show menus on your site.
2. In the Appearance > Menus, you can show the list items like the screenshot above, you can read this article for instructions. If you want to display more HTML elements, please send me an example of your code, I'll help you implement it on your website.
Best Regards,
PenciDesign.
Hello,
This is the HTML I want to add.
Hi,
Please follow the instruction to add your item to Navigation:
1. Install Code Snippet plugin,
2. Create a new snippet and add the following code:
Save & done.
Regards,
PenciDesign.