Display Only Categories in Mobile Menu
-
Hello,
I would like the mobile menu to display only the “Categories” section. I’ve checked the theme settings but couldn’t find an option for this. I would really appreciate your help, as I don’t want to have two separate menus on mobile.
Thank you in advance!
Attachments:
You must be
logged in to view attached files.
Hi woodizy34,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.wd-nav-mob-tab>li.mobile-pages-title{
display: none;
}
.wd-nav-mob-tab>li.mobile-categories-title{
flex: 1 0 100%;
max-width: 100%;
}
Kind Regards,
Hung PD
We only want to change the color of the heart logo and the navigation arrows. Could you please help us with where to make these changes?
Attachments:
You must be
logged in to view attached files.
Hi woodizy34,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-wishlist-btn.wd-action-btn>a {
color: #83b735;
}
div.wd-product-grid-slider-nav>div{
color: #83b735;
}
Regards,
Hung PD
Thank you. We have one more small question: when we open a product page, we would like to place the “add to favorites” option on top of the product image. We couldn’t figure out how to do this, and we would greatly appreciate it if you could help us with this as well.
Attachments:
You must be
logged in to view attached files.
Hi woodizy34,
Unfortunately, there is no such option for both questions by default in our theme.
Regards,
Hung PD