Home › Forums › WoodMart support forum › MENU CATEGORIES in SHOP PAGE
MENU CATEGORIES in SHOP PAGE
- This topic has 14 replies, 2 voices, and was last updated 4 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
December 9, 2020 at 4:13 pm #249314
FrancoMariniParticipantHi,
I have two problems, photos attached.1 – how can I remove the number of products in the categories? I’m talking about the menu in the picture.
2 – One of the menus is particularly long, is there any way to do it on two lines?
Attachments:
You must be logged in to view attached files.December 9, 2020 at 11:42 pm #249426
Elise NoromitMemberHello,
You can arrange categories as parent and child in this case they would go as sub-menu. You can disable the count in the Theme settings > Shop page > Sidebar and title.
Best Regards
December 10, 2020 at 11:30 am #249572
FrancoMariniParticipantok we disabled where you suggest.
But we have the problem also in other parts:
you can see the picuters…this after upgrade to new woodmart
Attachments:
You must be logged in to view attached files.December 10, 2020 at 6:59 pm #249713
Elise NoromitMemberHello,
Do you want to remove the number of categories or text color has been changed? Please provide your site admin access.
Best Regards
December 10, 2020 at 7:19 pm #249717
FrancoMariniParticipantWe want to remove the Numbers of products
December 10, 2020 at 8:56 pm #249757
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
December 11, 2020 at 7:43 am #249866
FrancoMariniParticipantok here it is
December 11, 2020 at 3:21 pm #250079
Elise NoromitMember&1KUz5OfbQ6AIoxG9m7P#lCcHello,
Please add this code to the Theme Settings > Custom CSS > Global:
If you want to just hide the product count:.cat-design-replace-title:not(.without-product-count):hover .more-products { opacity: 0; transition: none; }
If you want to leave the category title on hover:
.cat-design-replace-title:not(.without-product-count):hover .more-products { opacity: ; transition: opacity .25s ease .25s; }
Best Regards
December 12, 2020 at 10:41 pm #250453
FrancoMariniParticipantI use your code
.cat-design-replace-title:not(.without-product-count):hover .more-products {
opacity: 0;
transition: none;
}but you can see the problem is still exist
Attachments:
You must be logged in to view attached files.December 13, 2020 at 1:45 pm #250526
Elise NoromitMemberHello,
The product count does not appear https://gyazo.com/e6cf8c4ef9251fb61119bcac002115f5
If you mean something different, please clarify. Please clear your browser cache.
Best Regards
December 13, 2020 at 4:40 pm #250577
FrancoMariniParticipantFrom the upgrade the problem in not in home page, see my picuter previously attached.
The problem is in megamenu.
Before the upgrade we don’t had that problemDecember 14, 2020 at 9:02 am #250771
FrancoMariniParticipanthere it is data access
December 14, 2020 at 5:06 pm #250906
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.category-grid-item .more-products { display:none; }
Best Regards
December 15, 2020 at 4:19 pm #251197
FrancoMariniParticipantok perfect job
thanksDecember 15, 2020 at 6:29 pm #251223
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register