• Resolved kambro

    (@kambro)


    Hello,

    On my site, the product title is displayed twice, once on the main page title, and another time lower.
    Is there a way to hide the first one?
    Thank you in advance.

    Kambro

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Roxy

    (@roxannestoltz)

    Hi @kambro ,

    Thanks for reaching out!

    Please add the following CSS to Customize > Additional CSS:

    #page-title > div > h2 {
        display: none;
    }

    Let me know how this goes!

    Thread Starter kambro

    (@kambro)

    It’s exactly what I needed.
    Thank you very much and best wishes!

    Roxy

    (@roxannestoltz)

    Hi @kambro ,

    You are most welcome! Glad I could help ??

    Best,

    Hello @kambro!

    I can see that you already added the CSS code to your site that Roxanne S. provided and fixed the issue. ??

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single product title displayed twice’ is closed to new replies.