CSS editing
- 
					
					
					
					
 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.