VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: EvanGR on January 25, 2024, 16:14:34 PM

Title: Bootstrap 5, Tailwind?
Post by: EvanGR on January 25, 2024, 16:14:34 PM
Hello,

Is it possible to create a custom template for VM, using either the latest Bootstrap 5 or Tailwind frameworks, and have it work without issues?
It is going to be a custom job, but I am unsure if there are compatibility obstacles, or major pain along the way.

Thanks!
Title: Re: Bootstrap 5, Tailwind?
Post by: Jumbo! on January 25, 2024, 16:37:31 PM
There are no obstructions. You can use any HTML, CSS, and JavaScript frameworks. You must override the VirtueMart layouts in your template according to the framework.

Example: Check the VP Neoteric template designed using the latest Bootstrap 5. Demo site - https://demos.virtueplanet.com/neoteric/
Title: Re: Bootstrap 5, Tailwind?
Post by: EvanGR on January 26, 2024, 13:13:43 PM
Good to know! Thank you!