This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
Hi,
please, I would like to hide the shop filter button in the desktop version and to increase the margin for the product search form, thanks.
https://prnt.sc/26n01ps
Hello,
1/ Add the next code in Theme Options > Theme custom CSS > Descktop:
.open-filters-btn {
display: none !important;
}
2/
.sidebar-right .etheme_widget_search {
margin-bottom: 30px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up