Home Forums WoodMart support forum How to hide Product Category Title?

How to hide Product Category Title?

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

    ha21cn
    Participant

    If I want to hide the Product Category Title on the mobile phone, but display the Product Category Title on the computer, how do I set this, and how do I set the font of the Product Category Title?

    #560233

    Hello,

    Can you please share some screenshots for better understanding where you want to hide the text and share the page url so i will check and give you a possible solution.

    Best Regards.

    #561340

    ha21cn
    Participant

    I have submitted two screenshots. The red circle refers to the Element to be set, and the red arrow refers to the product category title that needs to be displayed and hidden. I would like the product categories here to be set up to show 3 columns.

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

    Hello,

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

    .category-grid-item .hover-mask {
        display: none;
    }

    For the category columns, Edit Product Categories Widget and in the style tab configure the columns:
    https://ibb.co/6XHX5qF

    Best Regards.

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