Home Forums WoodMart support forum Hiding product categories photos

Hiding product categories photos

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

    Dzin100nikiem
    Participant

    Hi, im trying to hide all product categories photos, i need just the names of categories. I can not find any options in theme settings. Do you have any advice ?

    Attachments:
    You must be logged in to view attached files.
    #332369

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area).

    Best Regards

    #332569

    Dzin100nikiem
    Participant

    Thank you

    #332772

    Hello,

    Please set “Alternative” style for categories in the Theme Settings > Product Archive > Category styles.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .website-wrapper .category-grid-item.cat-design-alt .category-image-wrapp {
    	display: none;
    }
    .website-wrapper .category-grid-item.cat-design-alt .hover-mask {
    	padding: 0;
    }
    .website-wrapper .category-grid-item.cat-design-alt {
    	text-align: left;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)