Home Forums WoodMart support forum Hide product category descriptions on mobile view

Hide product category descriptions on mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261799

    darampatz
    Participant

    Hi,

    How can I hide the product category descriptions (built with HTML Blocks) on mobile view?

    Thank you in advance,

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can hide the columns on mobile or add this custom CSS to the Theme Settings > Custom CSS > Mobile:

    .term-description {
       display:none;
    }

    Best Regards

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