Home Forums WoodMart support forum Categorie Mobile

Categorie Mobile

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

    hbbhome
    Participant

    Hello,
    We don’t want marked images on category pages in mobile. Can you help me?
    http://prntscr.com/q63072

    #161089

    Hello,

    Those banners images comes from html blocks, and their shortcodes used in the product category description in Products >> Categories.

    So if you want to hide those banners you have to edit specific HTML BLOCKS one by one and add custom CSS class by edit the row which contains the banner contents.

    Then you have to target that CSS class to hide it.

    OR

    The shorter way is to directly hide the description area in category pages, You have to use the below CSS code in Custom CSS for mobile and Custom CSS for mobile landscape from theme settings >> Custom CSS.

    .shop-content-area .term-description{
    display:none;
    }

    Best Regards.

    #161195

    hbbhome
    Participant

    thank you so much.

    #161197

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Categorie Mobile’ is closed to new replies.