This topic has 4 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
When testing my site on the mobile phone I notice a few things,
#1 – the menu – drop down items are not picking up my sites font
#2 on the products category page the products are listed with the full description – is it possible to not show the description?
#3 Can I limit the number of items per page for mobile viewing?
Also :
How can I remove the pagination at the top of the products (with default sorting and page numbers) and only have the next pages display at the bottom for both web view and mobile view?
thanks much
Hello,
1) Please add this CSS code in Global custom CSS area:
@media only screen and (max-width: 992px) {
.template-container .mobile-menu-wrapper .menu > li .sub-menu li a {
font-family: "Roboto Condensed";
font-size: 14px !important;
color: #767676;
}
}
2) Please provide URL and acreenshot for better understanding the desired result.
You can use such screenshot maker as Lightshot https://prnt.sc/
3) There is no such possibility, by default.
4)
.main-products-loop .filter-wrap {
display: none;
}
Regards
Thanks so much! That was perfect! You guys are the best!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up