Home Forums WoodMart support forum Hide Data

Hide Data

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

    Ixnay
    Participant

    Hi, how could I hide the number of products that appear next to the category name and also the sku on the product page? Through css.

    #26632

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Could you please provide us a screenshot of what categories you are writing about? Here is a code to hide SKU on the single product page

    .sku_wrapper {
    	display: none!important;
    }

    Kind Regards
    XTemos Studio

    #26831

    Ixnay
    Participant

    Thank you for your answer, regarding the subject of the categories and solve it by means of the code:

    .category-grid-item .more-products>a {display:none }
    .category-nav-link .category-products-count {display:none }

    #26840

    Artem Temos
    Keymaster

    Great, we are glad that you have found the solution.

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

The topic ‘Hide Data’ is closed to new replies.