To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
@media only screen and (max-width: 999px) {
.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:after {
display:none;
}
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Hi,
How can I remove the — right before Categories on the mobile menu Shop Filter? I attached a screenshot for reference.
Is there a way for me to keep the right side menu still when I click on The Anthology and it expands?
Best regards,
Abhishek
Attached files: IMG_2617.jpg
Hi Abhishek,
Thanks for writing to us.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
It works, thanks!
Hello Abhishek,
You're welcome.
Best Regards.