Remove Page heading on Single Product Page

This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: Porkybob
    Porkybob
    Participant
    February 6, 2015 at 18:45

    Hi,

    I would like to remove the header from every “Single Product Page” on my website :
    http://www.accescrea.fr/produit/le-santon-violoniste/

    I tried to
    – add a custom field “page_heading””disable”. Didn’t work
    – change the page.php OR the description.php and remove the “<h2>< ?php echo $heading; ?></h2>”. didn’t work

    Thanks for your time,

    Cheers,

    Elodie.

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 6, 2015 at 18:58

    Hello,

    Please add this code in custom.css file:

    .page-heading.bc-type-5 {
        display: none;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Porkybob
    Porkybob
    Participant
    February 6, 2015 at 19:04

    Thank you ! Worked perfectly !
    King regards,
    Elodie.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 6, 2015 at 19:23

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Remove Page heading on Single Product Page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.