Mega menu headar and categories menu title link
-
1. is it possible to make link categories menu title link
2. when scroll down page logo my change menu link left to logo
3. is it possible change shop category banner in every shop category and where can i change this category banner picture
Hi,
1. Sorry, but there is no such option.
2. Try to add the following code snippet to the Custom CSS area in Theme Settings
.sticky-header .main-nav .menu {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
3. Yes, you can upload your custom picture for each category in Dashboard -> Products -> Categories.
Kind Regards
hi
Thank you support but
for “is it possible to make link categories menu title link ”
I think everyone would have liked this option
2. Try to add the following code snippet to the Custom CSS area in Theme Settings
Is that the same code is available on the following devices?
Custom CSS for mobile landscape
Custom CSS for mobile
Custom CSS for tablet
You can add it to the global CSS section.
after theme update this code didint work
.sticky-header .main-nav .menu {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
Try to use this one
.sticky-header .main-nav {
text-align: left;
}
The topic ‘Mega menu headar and categories menu title link’ is closed to new replies.