Home › Forums › WoodMart support forum › Mobile Header
Mobile Header
- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
February 1, 2019 at 8:10 pm #105420
betterendParticipantHi Elise,
I have the same issue on mobile header menu. I pasted the code in the mobile css but i have the same issue i had before on desktop. I couldn’t adjust the menu text to black.
Also in mobile side menu how can I add the product categories under “Categories” in the menu, currently it displays the main menu again.
.woodmart-cookies-popup {
display:none;
}
/*sticky background*/
body .whb-color-light:not(.whb-with-bg) {
background-color: white;
}
/*sticky main menu color*/body .whb-color-light .whb-navigation .item-level-0.current-menu-item>a{
color:#7AB38B;
}
body .whb-clone .main-nav .item-level-0 > a{
color:black;
}
body .whb-clone .main-nav .item-level-0 > a:hover{
color:#7AB38B;
}
body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
color:#7AB38B;
}
body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children:hover >a:after{
color:#7AB38B;
}/*My Account*/
body .whb-sticked .whb-color-light .woodmart-header-links .item-level-0>a {
color: black;
}
body .whb-sticked .whb-color-light .woodmart-header-links .item-level-0>a:hover {
color: #7AB38B
}
/*Search*/
body .whb-sticky-header .whb-color-light .search-button >a {
color: black;
}body .whb-sticked .whb-color-light .search-button:hover>a {
color: #7AB38B;
}
/*wishlist*/
body .whb-sticked .woodmart-wishlist-info-widget .wishlist-icon {
color:black;
}
body .whb-sticked .woodmart-wishlist-info-widget .wishlist-count{
color: white;
background-color: #7AB38B;
}
/*cart*/
body .whb-sticked .woodmart-shopping-cart .woodmart-cart-icon {
color:black;
}
body .whb-sticked .woodmart-cart-design-5 .woodmart-cart-number{
color: white;
background-color: #7AB38B;
}Thank you
Attachments:
You must be logged in to view attached files.February 2, 2019 at 11:51 am #105499
Elise NoromitMemberHello,
Add this code to the mobile CSS:
body .whb-color-light .woodmart-burger-icon { color: #000000; }
Switch to the mobile view of Header builder and set the categories menu in the Mobile menu element http://prntscr.com/mfmj6o
You create the category menu in Appearance > Menu and then add
Best Regards
February 2, 2019 at 7:25 pm #105558
betterendParticipantHi,
Thank you for your kind support the menu icon worked fine.
But the cart icon is still white on the main menu, how can i make it black. (note: on the sticky header it is black which is fine for me)
In the appearance Menu, i can’t find the Product categories any idea how to can i make is showing there.
In my other website the Product category is there https://cl.ly/bb613f
Thank you
February 3, 2019 at 9:10 am #105598
Elise NoromitMemberHello,
In order to add “Browse categories” you need to add the Category element http://prntscr.com/mfy2ka
Here is the code for the shopping cart icon in the main header:
body .woodmart-cart-design-2 .woodmart-cart-icon { color: #000000; }
Best Regards
February 9, 2019 at 7:47 am #106683
betterendParticipantHi,
Kindly with the previous css code that i have placed in Desktop CSS, how can i have My Account display in sidedar. I have already enabled it in account settings.
Thank you
February 9, 2019 at 1:31 pm #106710
Elise NoromitMemberHello,
I am checking your site it works now
https://gyazo.com/758ff27a9be308e30b4c9bc652b140b8Best Regards
February 9, 2019 at 3:33 pm #106715
betterendParticipantThank you Elise 🙂
February 9, 2019 at 5:15 pm #106729
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Mobile Header’ is closed to new replies.
- You must be logged in to create new topics. Login / Register