Home Forums WoodMart support forum prefooter problem

prefooter problem

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

    motin787
    Participant

    I want to prefooter disabled single product page

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

    Hello,

    To hide the pre footer area from only the product pages. You have to use the below css in your Theme Setting >> Custom Css >> Global Custom CSS:

    .single-product .woodmart-prefooter{
    display:none;
    }

    Also if you want to hide the pre footer area from all the pages then go to Theme Settings >> FOOTER >> PREFOOTER AREA >>HTML before footer and clean the shortcode of html block.
    https://screenshot.net/2l4r2s0

    Best Regards.

Tagged: ,

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