CSS editing
-
Hello, how it is possible to edit the css of the theme, or pages?
Thx for the help. -
Hello @kalinprod
Yes, you can. But it will require a long process from code end. And right now we do not have to build the dev docs. We are in the process of it.
But you can take the help of Prestashop Dev Docs as QloApps is made on Prestashop. -
This post is deleted! -
Hi @namanjohnson101
Are you using QloApps for your hotel booking website?
And can you please give more details about your requirements. -
I was thinking about whether there is a CSS program that would bring to a greater degree a tick and-drag or choose an and-pick alternative to making another CSS record. Does any of this bode well? If it's not too much trouble help!
Thanks & Regards
Garageband for PC -
can i use external CSS library ?
-
There are mutiple ways you can use external css.
- Edit global.css file /themes/hotel-reservation-theme/css/global.css
- Include custom css cdn link in /classes/controller/FrontController.php Line:956
- Create a custom.css file in /themes/hotel-reservation-theme/css/ directory and include it from /classes/controller/FrontController.php, setMedia() function
-
I've successfully edited the CSS, but attempting to add a whole library is going to cause trouble. Not recommended. As far as adding drag and drop capabilities, that's unlikely to happen unless you develop the theme yourself as it requires a fundamental rework.