Remove text menu and arrow from categories pages.
-
Hi
I have some problems to design my categories page
1. I want to set categories icon that always show 6 icons in a row when I change to another categories page it always show 2 rows and have arrow from left side.
2. I want to remove a class <a href="javascript:woodmartThemeModule.backHistory()" class="woodmart-back-btn woodmart-css-tooltip woodmart-tltp"><span class="woodmart-tooltip-label" style="margin-left: -62px;">Back to products</span><span>Back to products</span></a> it is a left arrow on categories page
3. I want to remove menu when I mouse over categories icon and remove text under categories icon
Please you help me Many Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access I will provide you with CSS to hide text and arrow.
Best Regards
Hi
Many thanks for your support I sent it in my private content.
Hello,
Please try this code CSS, add it to Theme Settings > Custom CSS
.without-title.with-back-btn .nav-shop {
padding-left: 0;
padding-right: 0;
}
.shop-title-wrapper .woodmart-back-btn,
.nav-shop .woodmart-product-categories .category-summary,
.nav-shop .cat-item .children {
display: none;
}
Please add, save the code and clean cache.
Best Regards
Hi
It’s work. Thank you so much for your supporting.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove text menu and arrow from categories pages.’ is closed to new replies.