Disable the background image on Page (category) Title

Hello, hope this is the right place for this?

On my site at https://greenland-fishery.org.uk/shop/leather-whales/folios/ the category title has a background image which is a highly enlarged version of the category thumbnail image; it’s bad. How do I either - fix it so it’s the correct size, or, failing that, disable it so it doesn’t happen?

Please…

Or please tell me where to go for help on this?

Hi,

Contact with your item author hope they will help you out from your issue.

Thanks!

1 Like

Easy CSS fix (to remove image)

Add this CSS in Dashboard > Appearance > Customize > Additional CSS

.tax-product_cat .pagetitle {
background-image: none !important;
}

1 Like

Thanks!

That works!

It leaves a nasty grey panel, though…