Okay
  Public Ticket #2709379
Product Categories section customization
Closed

Comments

  • Matias Salinas started the conversation

    currently im using the product categories section in the front end editor. I need to get rid of the categories name and the number of items they have inside the parentheses, I just need the category image. Additionaly, is it possible to set that image manually? thank you!

  •  2,721
    Andrew replied

    Hi Matia,

    Thanks for reaching out to us.

    Please send the link where these products are located.

    Thanks.

  •  8,402
    Tahir replied

    Hey Again,

    Hide the Category Title using the CSS below.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-category-grid[data-alignment*="middle"] .content {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team