CSS editing
-
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. -
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.
-
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.
-
@faiz well, i don't have much information about QioApps.
-
Hello @jackyummm,
If you want to learn more about QloApps, you can refer to its blog: https://qloapps.com/qlo-reservation-system/
And if you face any issue, you can raise a new thread in the forum and we will resolve it. -
simply edit Global.css it and it will reflect on website.
-
global.css edit the general design of theme.
There are multiple ways you can edit the design in QloApps as provided in this reply.https://forums.qloapps.com/topic/157/css-editing/7
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
-
@sergaivid as alternative you can also create a custom CSS file. . .
-
I've successfully edited the CSS, but attempting to add a whole library is going to cause trouble.