• Resolved galtownygrzegorz

    (@galtownygrzegorz)


    Hello,

    I have a following problem with my page.
    I am using woocommerce and ListingHive theme.
    When I go to shop page then on header, name of first added product is displayed.
    Under the header, shop name is displayed.

    Link to issue’s screenshot

    I am looking for replace header text to “shop” or to hide this header on shop page only. Is it possible?

    Thanks for help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @galtownygrzegorz,

    I am using woocommerce and ListingHive theme. When I go to shop page then on header, name of first added product is displayed. Under the header, shop name is displayed.

    Thanks a lot for the level of detail in this post.

    I tried installing the ListingHive theme on my test site and indeed, it takes the title of the first product and uses it as a header. Here’s how it appeared on my site:


    Link to image: https://snipboard.io/geLBjG.jpg

    Thus, I would recommend getting in touch with the ListingHive support to check further through their support forum.

    In the meantime, you can hide that header text by adding the following CSS in your Customizer → Additional CSS box:

    .header-hero--cover {
            display: none !important;
    }

    Hope this helps.
    Thanks.

    • This reply was modified 4 years, 7 months ago by abwaita a11n. Reason: *added CSS customization
    Thread Starter galtownygrzegorz

    (@galtownygrzegorz)

    Thanks abwaita so much, CSS works! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘First product name in header title’ is closed to new replies.