This topic has 10 replies, 3 voices, and was last updated 3 years, 4 months ago ago by Rose Tyler
Dear Team,
I need sidebar like below image. If click on that sidebar will be open.
Thanks in advanced
Hello,
You can activate Off-Canvas sidebar https://gyazo.com/33c77093d569e13ce2439aee723ca03e in Theme Options > WooCommerce > Shop > Shop page layout > Sidebar Position For Mobile
Regards
Dear Rose,
Thank you for your reply. It’s already showing but we need like above image scree shot. Or Can we write text instead of filer icon?
Thanks
Hello,
Add the next code in Theme Options > Theme custom CSS:
.et-toggle-mob-sidebars-inner .et-toggle .et_b-icon {
display: none;
}
.et-toggle-mob-sidebars-inner .et-toggle:after {
content: "Show Sidebar";
font-size: 11px;
padding: 5px 10px;
}
Regards
That’s great Rose. Than you.
Can we fix this before product as per image ref. ? It would be better.
Once again thank you.
Hello,
Provide us with WP Dashboard access and we’ll help you.
Regards
replied as a private. Thanx
Hello,
We added sidebar widgets to the Filters sidebar https://prnt.sc/181nuij and hid it for the desktop. Check now, please.
Regards
Thank you so much. If I want to revert then how can I do it ?
Hello,
Appearance > Widgets > delete widgets from Shop filter area, then delete custom CSS code that hides the Off-Canvas sidebar.
Regards
You must be logged in to reply to this topic.Log in/Sign up