• Hi,

    How do i remove the subscription form in my single product page? All my single product page under description comes with the subscription form

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author FancyThemes

    (@fancythemes)

    Hi,

    Add this in WP admin > Appearance > Customize > Additional CSS:

    body.single-product #optinforms-form1-container { display: none; }
    body.single-product #optinforms-form2-container { display: none; }
    body.single-product #optinforms-form3-container { display: none; }
    body.single-product #optinforms-form4-container { display: none; }
    body.single-product #optinforms-form5-container { display: none; }
    body.single-product #optinforms-form6-container { display: none; }

    You actually need only one of those lines, depending on which form design you are using, but you can add all of it.

Viewing 1 replies (of 1 total)
  • The topic ‘remove subscription in product page’ is closed to new replies.