A couple of questions on shop page
-
Hi, may you advise on the following in my screenshot: thank you
1) how to remove the back arrow function
2) how to change font size of category page title, theme settings > typology >Primary font has no such option
3) how to change this sort by tool to display the basel sort tool instead
Attachments:
You must be
logged in to view attached files.
Hi,
1. Use this code snippet
.title-shop .basel-back-btn {
display: none;
}
2. This one to change the font size
.title-shop .nav-shop h1 {
font-size: 50px;
}
3. Sorry, but you can’t replace that dropdown with our sorting widget.
Regards