Home Forums WoodMart support forum Mobile navigation Reply To: Mobile navigation

#209852

Hello,

I saw the screenshot you attached.

1) For the top margin issue. Please provide with admin panel login details of the website to check it myself and help you out accordingly.

2) To Change the sidebar text you need to install and use the loco translate plugin. And then choose the correct path to translate the string according to your needs. Your path will be Loco Translate >> Themes >> Woodmart.

Screenshot for Clarification: https://ibb.co/k3SbBbw

To Translate the text filters your path will be the same as well.

Screenshot for Clarification: https://ibb.co/BnYyY3n

You can also watch the video in our detailed documentation in the following link:
https://www.youtube.com/watch?v=D3NsDdMzsls

3) To Change the filters icons you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woodmart-sticky-sidebar-opener::after {
content: "\f115";
font-family: "woodmart-font";
}

Best Regards.