Pound symbol in search bar
-
Hi,
Please could you provide css to get rid of the pound symbol that is shown when searching products on mobile?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .autocomplete-suggestions .suggestion-price {
display:none;
}
Best Regards
Hi Elise,
Thank you, that worked!
Just another colour change if you don’t mind, could you provide css to change the black at the top of the mobile product sidebar to white?
Many thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-close-sidebar-btn {
background-color: #ffffff;
}
body .basel-close-sidebar-btn span {
color: #000000;
}
Best Regards
Hi Elise,
Thanks worked too, thank you!
Do you know how you can create this sidebar that changes the content on the right without loading a new page? Ive attached the link and an image.
https://www.lanxn.com/help
Thanks for your continued help.
Attachments:
You must be
logged in to view attached files.
Hello,
Our theme does not have such an option. Woocommerce filters do not reload the page while filtering. You will have to find a plugin.
Best Regards