• Resolved aizenypb

    (@aizenypb)


    Hi Guys,

    Scratching my head for hours on this one. When you access the page, scroll down and you see the heading ‘Shop’ can’t seem to change it. Any solution please?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Saif

    (@babylon1999)

    Hello @aizenypb,

    Thank you for reaching out!

    Scratching my head for hours on this one. When you access the page, scroll down and you see the heading ‘Shop’ can’t seem to change it. Any solution please?

    This is the page title, however, it is not supposed to be displayed on the single product page and should be labelled as “Shop”.

    If you’re comfortable with a CSS solution, you can just add the following in Appearances > Customize > Additional CSS or via a plugin like Simple Custom CSS and JS.

    /*  Hide title on single product  */
    
    .woocommerce  .main-title-section-wrapper {
      display: none;
    }

    To get a better understanding of where it’s coming from, please get in touch with your theme author.

    Let us know if you have any other questions. :?)

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t edit header text on product detail’ is closed to new replies.