Home Forums WoodMart support forum customize product page

customize product page

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

    digimigia
    Participant

    hi, i want to customize my product pages and change a few things, for example i want to remove header and footer from only one of my product pages,
    can you help me?
    and also i want to cahnge my related products in product page

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

    Hung Pham
    Keymaster

    Hi digimigia,

    Thanks for reaching to us and take our apologies for the long delay in answering.

    1. Header and Footer

    In order to remove header and footer from specific page, you can use with page ID. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product.postid-xxx header,
    .single-product.postid-xxx footer{
    	display: none;
    }

    xxx: ID of page, which can be found in the address bar https://prnt.sc/HDZ_1RVDRAcs

    2. Related Products

    There is an option to hide Related Products via Product Settings > General tab https://prnt.sc/koOy_qj4PX-m

    Regards,

Tagged: 

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