logo

Palette - Make it Colorful🎨

Palette - Visual Page Builder, no design degree required.

Live Demo Download Palette

Scroll

How can I change the code that inserts views?

22/02/2025, by Anonymous (not verified)

I have some HTML code and a view that displays 4 products with specific properties. However, the view is not using the HTML format that I need. Is there any way to change the output template of the view? I mean something like <div> <? echo $fields[1]?></div> <div> <? echo $fields[2]?></div> so that I can modify both the HTML and the order of the fields myself.