This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
1.How to make mobile sidebar be visible in all pages, not only shop page ?
2. How to change icon to other icon? to text ?
https://cdn.discordapp.com/attachments/1059559562069414038/1074978577327587348/image.png
Hello, Vladis,
1/ If you would like to request this functionality, you can submit your question to our technicians via our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will consider adding it in one of the upcoming updates.
2/ Custom CSS code can be used, for example:
.et-toggle-mob-sidebar.et-off-canvas .et_b-icon:before {content: 'Filter';}
.et-toggle-mob-sidebars-inner svg {display: none;}
> https://gyazo.com/3985213c3fe861e766a7a9de579bbb2d
or
.et-toggle-mob-sidebar.et-off-canvas .et_b-icon:before {
content: '\e916';
font-family: xstore-icons;
font-size: 18px;
}
.et-toggle-mob-sidebars-inner svg {display: none;}
https://gyazo.com/b2f3444ba8ae179c59de350c8d131794
All built-in XStore icons you may find on -> https://xstore.8theme.com/xstore-icons/
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Tagged: make, mobile sidebar, pages, shop, visible, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up