Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1259870
    c1067441
    Participant

    I am trying to hide the title and top menu (the header) from only one of my WooCommerce Product Pages. I do not want to hide it for any of the other product pages. Here is the link to the specific page: https://goo.gl/ymPRNr

    I am using Integrity theme, and have tried various codes in the Custom CSS customizer without success. I realize I am probably doing something really stupid, but alas I do not know what I don’t know.

    #1259971
    c1067441
    Participant

    If it is not possible to hide the header on a single woo product page, is it possible to make the header font color white on that specific page (but no other)??

    #1260083
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .postid-965 .masthead {
        display: none;
    }

    Hope this helps.

    #1261259
    c1067441
    Participant

    Thanks, that worked.

    #1261323
    Rahul
    Moderator

    Glad it worked for you!

    Let us know if we can help with anything else.

    Thanks for choosing the X-theme!

  • <script> jQuery(function($){ $("#no-reply-1259870 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>