- This topic has 17 replies, 2 voices, and was last updated 4 years, 1 month ago by
David.
-
AuthorPosts
-
March 11, 2022 at 9:08 am #2151013
Dev
Hello,
I want to create a custom menu design, like the one in the screenshot below.
Please let me know how I can create it.
March 11, 2022 at 9:16 am #2151023David
StaffCustomer SupportHi there,
there will be some custom CSS, but first:
1. Customiser > Site Identity and set your logo to display.
2. Customiser > Layout > Primary Navigation:
a) set the Location to Below Header
b) set the Alignment to centerOnce you have that setup share a link to your site and ill provide the CSS
March 11, 2022 at 9:28 am #2151044Dev
Hello,
I did what you said and after that my desktop menu is fine. But mobile menu becomes like this: https://prnt.sc/oIwApjAujlJ2
And I want that my mobile menu should look like this: https://prnt.sc/fuWDMXDVNLGm
Please let me know.
March 11, 2022 at 9:30 am #2151048David
StaffCustomer SupportEnable the Mobile Header in Customiser > Layout > Header
March 11, 2022 at 9:37 am #2151055Dev
Okay, I did what you said after that my logo is not coming in the mobile menu please see this, https://prnt.sc/EAXPQeI6P3AT
March 11, 2022 at 9:46 am #2151073David
StaffCustomer SupportWhen you enabled the Mobile Header it provides you a field to add the Logo for the Mobile Header
March 11, 2022 at 10:05 am #2151100Dev
Hello,
Okay, the logo is coming now.
But the size of the logo is too small, how I can make it big, the logo size.
March 11, 2022 at 10:08 am #2151106David
StaffCustomer SupportYou can add this CSS:
#mobile-header .mobile-header-logo img { height: 70px; }adjust the height to suit.
March 11, 2022 at 10:14 am #2151113Dev
Thanks, it worked perfectly. 🙂
March 11, 2022 at 10:19 am #2151121David
StaffCustomer SupportGlad to hear that
April 23, 2022 at 8:03 am #2197948Dev
Hello,
I have done the below settings, as you said me earlier.
1. Customiser > Site Identity and set your logo to display.
2. Customiser > Layout > Primary Navigation:
a) set the Location to Below Header
b) set the Alignment to centerNow can you please tell me how can I achieve the design like the below header that you are seeing in the screenshot.
Please let me know
April 23, 2022 at 8:08 am #2197955David
StaffCustomer SupportCan you share a URL to the site ?
April 23, 2022 at 8:17 am #2197958Dev
Hello,
Here is the site: https://www.diveshtechanalysis.com/blog/
April 23, 2022 at 8:58 am #2197975David
StaffCustomer SupportAdd this CSS to put the border on the top of the nav:
.main-navigation .inside-navigation { border-top: 1px solid #ccc; }Then you need to edit the Customizer > Colors for the Primary Navigation
April 23, 2022 at 10:47 am #2198047Dev
Hello,
Please see the below image
In the mobile view, the divider/border line is going over the top of the logo. I want that in mobile view it should come below the logo.
-
AuthorPosts
- You must be logged in to reply to this topic.