Home Forums WoodMart support forum Change color in categories

Change color in categories

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

    yorgos
    Participant

    Hi i need to change the color in this section http://prntscr.com/h6u3te

    also i need to hide the products number. i didnt find any way to do this.

    #23319

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    You can do both things with the following code snippet. Add it to the Custom CSS area in Theme Settings

    div.cat-design-default .more-products {
    	display:none;
    }
    
    div.category-grid-item .category-title {
    	color: #efefef;
    }

    Kind Regards
    Xtemos

    #23392

    yorgos
    Participant

    Great thanks for you great support

    #23403

    Artem Temos
    Keymaster

    You are welcome.

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

The topic ‘Change color in categories’ is closed to new replies.