Home Forums WoodMart support forum Some Questions about SHOP

Some Questions about SHOP

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #432269

    andrzej
    Participant

    1. How to disable coin categories inshop ? Look Photo number 1. I just want the name of the product and price,
    nothing more.
    2. How to turn off the loupe and cart bar that appears when hovering over . Look Photo number 2
    ( in shop is ok without loupe and cart, but on the product grid ( home page) is not ok

    Attachments:
    You must be logged in to view attached files.
    #432307

    Hello,

    1- To hide the Categories from the Products on the archive pages, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .product-grid-item .wd-product-cats { display: none !important; }

    2- Regarding hiding the Product action icons on the Products, they are already hidden on your Site.

    Please check back your Site after completely clearing the browser and server cache.

    Best Regards.

    #432327

    andrzej
    Participant

    HI
    The punkt 2 is about products on the product grid on the home page (it is not a store).

    A bar with a basket and a magnifying glass appears all the time

    I don’t know how to turn it off?

    #432383

    Hello,

    Sorry for the earlier misunderstanding, we thought you were referring to the Archive pages.

    Actually, the Icons on the Hover for the Products appear by default for the Products in some Product styles and it is a bit of mandatory for the Products to have the options being accessed directly on the Products. If you want to remove it then kindly please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-hover-icons:hover .wrapp-buttons { display: none !important; }

    Hope this helps!

    Best Regards

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