Reply 346910 to: How to make mobile sidebar be visible in all pages, not only shop ?

Avatar: Rose Tyler
Rose Tyler
Support staff
February 14, 2023 at 11:42

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.