Home Forums WoodMart support forum Related Product

Related Product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #619224

    shweta
    Participant

    Hello,
    I want to hide the related product price. Please find the screenshot attached.

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

    Hung Pham
    Keymaster

    Hi shweta,

    Thanks for reaching to us.

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

    .single-product .wd-product.product-grid-item .price {
        display: none;
    }
    
    .single-product .wd-product.wd-hover-alt:not(.wd-variation-active):is(.purchasable,.product-type-grouped):hover .swap-elements{
    	transform: none;
    }

    Regards,

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