Home Forums WoodMart support forum Disable top bar from tablets

Disable top bar from tablets

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #33737

    arven1
    Participant

    I want to refer to one topic that I’ve created TOP BAR MOBILE RESPONSIVENESS PROBLEM… Basically, I would need to set up top bar on mobiles and desktop computers but to disable it on tablets. How can I achieve that? Thank you.

    #33738

    arven1
    Participant

    Also, how can I center that top menu on mobiles (not on desktop – on desktop it can be like it is).

    #33756

    Artem Temos
    Keymaster

    Hello,

    You can add the following code snippet to the Custom CSS for tablets only in Theme Settings to hide it

    .topbar-wrapp {
    	display:none;
    }

    Do you want to hide the text on mobile devices and show the menu there?

    Regards

    #33909

    arven1
    Participant

    Yes that will do it. Thanks.

    #33924

    Artem Temos
    Keymaster

    Do you have any additional questions regarding this topic?

    #34142

    arven1
    Participant

    I’ve a question how to remove display of number of products from categories? I just want title to be displayed? Check my homepage categories.

    #34159

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .category-grid-item .more-products {
    	display: none;
    }
    #36883

    arven1
    Participant

    Thank you.

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

The topic ‘Disable top bar from tablets’ is closed to new replies.