Remove category page header image in ShopIsle

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

In ShopIsle theme, you can add an image to a specific category. 

This image appears on the Parent category page as a thumbnail of the category. It also appears in the header of the category page which looks like this:

If you want to remove this image, add the following code at WP-admin > Appearance > Customize > Additional CSS.

.tax-product_cat .page-header-module {
    background-image: none !important;
}

It will look like this:

ShopIsle remove category header imageJust click on "Publish" button, and you're done!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us