Home Forums WoodMart support forum I need to customize single product page

I need to customize single product page

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

    shahanas
    Participant

    Hai,

    1) I need to change the product logo from single product page. (attaching screenshot for clarification)

    2) Need to remove compare and wishlist links.

    3)Need to show the big detailed image while mouse hover.

    Please help me with these.
    Thank you.

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

    Hello,

    1.To Assign brand to the product you need to set the product attribute for the product from the edit product.

    Screenshot for Clarification: https://ibb.co/zQFNbDD

    2.Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-compare-btn.product-compare-button.wd-action-btn.wd-style-text.wd-compare-icon, .wd-wishlist-btn.wd-action-btn.wd-style-text.wd-wishlist-icon.woodmart-wishlist-btn {
    display: none;
    }

    3.Please provide a relevant screenshot to check it myself and help you out accordingly.

    Best Regards

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