Home Forums WoodMart support forum Render VisualComposer Content rest API Reply To: Render VisualComposer Content rest API

#472032

Hello,

01. Go to Theme Setting -> Product Archive -> categories styles -> categories design. Choose one of those designs for the categories

Here is a CSS code snippet to hide product category titles on the home page.

.home .cat-design-default .hover-mask {
	display: none;
}

02. You need to create an HTML Block and import it from the Xtemos templates library.
Screenshot:
https://gyazo.com/ef34e3e80a732d4db6fb2bda31cbe6c8

Then you need to set the footer from Theme Settings >> Footer.

Best Regards.