Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #340554

    Hi,

    On a category page in the WooCommerce shop (e.g. https://larissaeremeeva.com/product-category/prints/) the category title and description appear twice – once in the header image and once on the page itself. Is it possible to have only the title appear in the header image and only the description to appear in the page? Also is it possible to customise the header image to the category?

    Thanks for any help you can give!

    #340559
    sujeet
    Keymaster

    Hello @spiekosz,

    You can remove the title from page and description from header banner adding the following css code to Dashboard > Appearance > Customizer > Additional CSS.

    
    .woocommerce-page .custom-header .entry-container p,
    .woocommerce-page .site-main .woocommerce-products-header .woocommerce-products-header__title.page-title {
       display: none;
    }
    
    .woocommerce-page .site-main .woocommerce-breadcrumb {
       margin-bottom: 20px;
    }
    

    As for product category header image, currently there is no option in the theme to change the image for particular product category, but you can change the overall header image from Dashboard > Appearance > Customizer > Header Media. Please check the screenshot below.

    header-image

    Please feel free to reach out if you need any further assistance!

    Regards,
    Sujeet

    #340570

    Great! Thanks!

    BTW – I used to get an email when you replied – this time not – is something changed your side or is it me?

    #340575
    sujeet
    Keymaster

    Hello @spiekosz,

    That’s strange. Can you please check your spam or junk folders once? You must get an email notification when we send you a reply. Can you please confirm?

    Regards,
    Sujeet

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.