Home Forums WoodMart support forum MENU CATEGORIES in SHOP PAGE

MENU CATEGORIES in SHOP PAGE

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #249314

    FrancoMarini
    Participant

    Hi,
    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.
    #249426

    Hello,

    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

    #249572

    FrancoMarini
    Participant

    ok 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.
    #249713

    Hello,

    Do you want to remove the number of categories or text color has been changed? Please provide your site admin access.

    Best Regards

    #249717

    FrancoMarini
    Participant

    We want to remove the Numbers of products

    #249757

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #249866

    FrancoMarini
    Participant

    ok here it is

    #250079

    &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

    #250453

    FrancoMarini
    Participant

    I 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.
    #250526

    Hello,

    The product count does not appear https://gyazo.com/e6cf8c4ef9251fb61119bcac002115f5

    If you mean something different, please clarify. Please clear your browser cache.

    Best Regards

    #250577

    FrancoMarini
    Participant

    From 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 problem

    #250771

    FrancoMarini
    Participant

    here it is data access

    #250906

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .category-grid-item .more-products {
    display:none;
    }

    Best Regards

    #251197

    FrancoMarini
    Participant

    ok perfect job
    thanks

    #251223

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 15 posts - 1 through 15 (of 15 total)