Home Forums WoodMart support forum where to change / disable single product page header and footer

where to change / disable single product page header and footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #232743

    Fernando
    Participant

    hi

    where can I change / delete the header or the footer (and prefooter) from single product page?
    I know I can do this from particular pages, but not sure for all products single plages.

    I found where to disable footer and pre-footer completely, but I’d like to have individual control over this.

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

    Hello,

    I saw the screenshot you attached.

    You can try using the Custom header for each product by editing it.

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

    And to hide the footer you need to use custom CSS to make it happen. Please provide the Product URLs in which you want to hide the footer to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studios.

    #233002

    Fernando
    Participant

    What I need is that all the product pages has the same “look” than the main shop page.
    Please take a look to shop.JPG this is how I want all my product pages to look like (but they look as product_page.JPG)

    And also in these product pages I want to remove the “big footer” only leave the copyright bar.
    Thanks.

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

    Hello,

    I saw the screenshots you attached.

    Sorry, but it is not possible to add the shop page header to the single product pages. If you are trying to ask anything else then provide some relevant screenshots of the area which you want to add to the product pages to check it myself and help you out accordingly.

    And to remove the main footer from the product pages. You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body.single-product .container.main-footer {
    	display: none;
    }

    Regard’s.
    Xtemos Studios.

    #233333

    Fernando
    Participant

    Ok I see… is there any way to change or edit the single product pages header? by this, I mean if it’s possible directly from code?

    Will this feature (change single product pages header) will be available soon? do you already consider doing it?

    #233397

    Hello,

    Sorry but you are asking for core file customizations that are beyond our limitations and support policy.

    The option of changing a single product page header is available as I mentioned in one of my previous replies but to make it the same as the shop page header is not possible.

    Thanks for sharing the suggestion/feature request with us, I am forwarding this to our development department for considering to add it in the theme, but I am not giving you the guarantee for that because please note that a theme cannot satisfy all requirements as it may occur theme heaviness. Sometimes it may require your own customization. So if the development department finds it fit with the theme environment then surely they will look through it.

    Regard’s.
    Xtemos Studios.

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