Home Forums WoodMart support forum Section title font, Mobile Menu Sidebar etc. Reply To: Section title font, Mobile Menu Sidebar etc.

#205712

Hello,

1) I have removed the categories from desktop view. Please clear cache and check back.

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

2) Unfortunately, you could not achieve your desired results with simple Custom CSS. It requires customization and this is beyond our limitations and support policy.

3) To translate the texts you need to install and use the loco translate plugin. You can watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls

4) To change the cart icon you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.cart-empty::before {
content: "\f444";
font-family: woodmart-font;
}

Best Regards.