• Resolved denialdesign

    (@denialdesign)


    Is it possible to change the background image on the page title for a Woocommerce product category? Ideally I’d like a different image per category.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .category-class .page-header {
        background-image: url(image_url) !important;
        background-position: bottom center;
       height: 400px;
    }

    PS- Replace the category-class with your category class, and image URL with your image URL. You can also set height as per need.

    Thread Starter denialdesign

    (@denialdesign)

    That would not solve my problem.
    I fixed the issue using the ocean_post_title_bg_image_attachment hook.

    Glad to know that you have managed to fix the issue.

    Hello @denialdesign can you share how you managed to solve the issue. I am also looking for a solutions that gives the possibility to add different background images for product categories,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Page Title Background Image On Woocommerce Categories’ is closed to new replies.