Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38982

Reply To: Facebook logo in to main menu

$
0
0

Hello,

1. Sidebar can be disabled in Theme Settings -> Shop -> Shop page layout. And you can add this snippet to the Custom CSS area in Theme Settings to remove “Sort by” select

select.orderby {
    display: none;
}

3. Try to increase topbar height by adding this code to the Custom CSS area in Theme Settings for mobile devices only

.topbar-wrapp {
    height: 90px;
}

Regards


Viewing all articles
Browse latest Browse all 38982

Trending Articles