Home Forums WoodMart support forum Style product: Full info on image

Style product: Full info on image

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

    Palda
    Participant

    Hi,

    which file should I edit to style a Full info on image product appearance?

    Thanks Tomas

    #120469

    Artem Temos
    Keymaster

    Hi,

    You can find the code in the file woodmart/wocommerce/content-product-info.php.

    Kind Regards

    #120501

    Palda
    Participant

    Cool, I got it.

    Is there any CSS option how not to display badges as: NEW or SALE on this particular: content-product-info.php.

    thanks

    #120533

    Hello,

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

    body .woodmart-hover-info-alt .product-element-top .product-image-link .onsale{
    display:none;
    }
    body .woodmart-hover-info-alt .product-element-top .product-image-link .new{
    display:none;
    }

    Best Regards

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