Remove Product Category image from Product listing page

This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Eva Kemp

  • Avatar: merakilove
    merakilove
    Participant
    January 17, 2017 at 19:22

    Currently the category image show on the category page which is my products listing page.
    Can you set the image not to appear on the page itself?

    Also I have added a banner to the page using a banner plug in.
    Can I amend the html code to align the banner to the center of the pages?

    Also out of interest is there a reduce cost to upgrade the theme to the latest verison do you need ot pay for the theme again in full?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 18, 2017 at 16:24

    Hello,

    Please add this code in custom.css file:

    .cat-banner {
        display: none;
    }
    @media (min-width: 1200px){.wbm_category_banner_image {
        margin-left: 55px;
    }}

    You don’t need to pay for the theme update, just log in to ThemeForest account with your Envato credentials and find new theme archive in Downloads section.

    Regards,
    Eva Kemp.

    Avatar: merakilove
    merakilove
    Participant
    January 19, 2017 at 23:02

    Thanks Eva Kemp, Again such great support on this forum.
    Is there a quick guide for updating the theme over the current version?

    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2017 at 12:42

    Hello,

    You can follow the instructions from this video:

    (it’s for Legenda theme but the process is the same).

    Before update delete “woocommerce” folder in the directory wp-content/themes/blanco/ and it’ll be reuploaded from a new theme package.

    Don’t forget to create back up of your files and database before starting update process!

    Regards,
    Eva Kemp.

    Avatar: merakilove
    merakilove
    Participant
    January 21, 2017 at 14:18

    Regarding Category image the code works on IE but the images still displays on Chrome.
    Cached cleared and checked on other machines.
    Any ideas?

    Avatar: Eva
    Eva Kemp
    Support staff
    January 23, 2017 at 09:57

    Hello,

    Please try to add !important to the code:

    .cat-banner {
        display: none !important;
    }
    @media (min-width: 1200px){.wbm_category_banner_image {
        margin-left: 55px !important;
    }}

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.