Home › Forums › Themes Support › Claue › Improve look of menu
Tagged: #menu
- This topic has 20 replies, 3 voices, and was last updated 6 years, 4 months ago by consciouscrafties.
-
AuthorPosts
-
-
June 23, 2018 at 4:04 pm #21850
Hi Harry π
I’ve changed headers so I have my menu going across the page.
It’s a bit cluttered at the mo so need your help with a few cosmetic changes pretty please (see screenshot):
- Reduce space between 1st and 2nd line
- Reduce horizontal spacing between main menu items
- Increase left and right margin so menu items don’t get cut off
- Reduce font size of main menu items
- Reduce spacing between items in drop down menu
I’ve also attached a screenshot of the header I’m using.
Thanks so much for your help,
Karen
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 4:19 pm #21853
Also this is what happens when you hover over a menu then scroll down to see more menu options – it all turns grey (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 5:22 pm #21855
Also just noticed that my SiteOrigin slider banner is appearing in front of the menu drop down items (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 6:06 pm #21857
Hi Harry,
I’ve simplified the menu so I don’t need help with the first request now π
So the things I still need help with are:
- Menu turning grey when scrolling
- SiteOrigin banner hiding menu on home page
- and (additional request) changing the colour of hover on menu drop down items (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 6:22 pm #21859
Sorry missed this one out:
- Spacing between menu options in drop down (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 7:23 pm #21864
Hi Karen,
1. Please add below code in Claue > Theme Option > General Layout > Custom CSS
.jas-menu > li:not(:first-child) {
margin-left: 25px;
}
#jas-menu.jas-menu > li > a {font-size: 12px;}2. Add below code to reduce space between menu item on dropdown
.jas-menu ul li { line-height: 20px; }
All issue relate to color, please go to Theme Option > Color Scheme and change Sub Menu Hover Color, Sub Menu Background Color, Header Sticky Sub Menu Background Color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 23, 2018 at 8:14 pm #21868
That’s PERFECT thank you so much Harry π
Is it possible to add a line under the menu like the line above it? (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 8:17 pm #21870
Oh and the SiteOrigin Slider is still covering the menu too (see screenshot)
Attachments:
You must be logged in to view attached files. -
June 23, 2018 at 10:23 pm #21881
Hi,
Foster from JanStudio team here.
1. You mean you want a line under “Open A Shop” menu, right?
2. Could you please give me the page URL to check this issue? -
June 24, 2018 at 3:32 am #21888
Hi Foster,
Sorry I didn’t explain very well.
I’d like the same line that appear above the menu to be duplicated to ALSO appear under the menu (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 24, 2018 at 2:07 pm #21894
Hi,
1. Please add below code
.header__bot .jas-navigation { border-bottom: 1px solid #ececec; }
2. Please try add below code or send me the link of the page where have the banner
.header-4 {position: relative; z-index: 999;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 24, 2018 at 4:07 pm #21896
Yay thanks Harry! Both those worked a treat π
There is one other issue, none of the sub menu’s are appearing (for example Shop by Department) when users are in the vendors dashboard.
Here’s a vendor test account so you can see the issue if you need to:
Live Site – Test Vendor (seller) log in:
Go to: https://www.consciouscrafties.com/my-account/
Username: Karens Crafts
Password: Teddy-0101
Many thanks for your help,
Karen
-
June 24, 2018 at 10:30 pm #21902
Oh also just found a problem with this CSS:
/* Make Menu position first (over banner) */
.header-4 {position: relative; z-index: 999;}On mobiles, when user clicks the menu, the entire screen is overlaid with black (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
June 24, 2018 at 11:12 pm #21906
Hi Karen,
Please change prev code to
@media only screen and (max-width: 1025px) { .header-4 {position: relative; z-index: 999;} } .jas-menu.clearfix {overflow: initial;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 24, 2018 at 11:28 pm #21912
Hi Harry,
That kept the black page on mobiles and also made the submenu drop downs hidden behind the banner again sadly.
-
June 24, 2018 at 11:30 pm #21913
Hi Karen,
Please send me the link where submenu below the banner
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 24, 2018 at 11:47 pm #21916
Hi Harry, I’ve moved the banner (on our home page https://www.consciouscrafties.com) further down the page so customers can still use our menu, but I’ll move it back up now for a few mins for you, give me a sec… π
-
June 24, 2018 at 11:50 pm #21917
All done π
I’ve removed the last code that you gave me as majority of customers are mobile users.
Many thanks,
Karen
-
June 25, 2018 at 1:18 am #21920
Hi Harry am I able to move the banner back down the page so customers can use our menu yet?
Don’t worry if it’s difficult to fix as I’m hoping to change the home page very soon using theΒ WPBakery Page Builder.
Many thanks,
Karen
-
June 25, 2018 at 2:06 am #21921
Hi Karen,
Please remove prev code and change with new to fix sub menu below slider
.sow-slider-base {z-index: 0;}
and below code to fix menu on Vendor Dashboard
.jas-menu.clearfix {overflow: initial;}
Have nice Sunday!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 25, 2018 at 2:37 am #21926
PERFECT!!! Thank you so much for all your help on this! π
-
-
AuthorPosts
You must be logged in to reply to this topic.