🦄CSS and JavaScript files
🎨CSS and JavaScript Customization:
🦄CSS Files:
index.css
: Located in thestyles
folder, this file contains global styles for the template. Customize the look and feel by modifying this file. Each style file is organized to enhance readability and facilitate easy adjustments.Comments: Each CSS file contains comments to help you identify and understand the styles applied to different sections. Comments are used to label major sections, components, and specific style rules, making it easier for you to find and modify the styles you want to change.
CSS Variables: The template utilizes CSS variables for consistent theming and easier management of colors, fonts, and other design aspects. You can find these variables defined in the top of the index.css file.
responsive.css
: Also in thestyles
folder, this file includes styles for different screen sizes. Modify to ensure your site looks great on all devices.
💛JavaScript Files:
Located in the
js
folder, files likelazy_loading.js
,gallery.js
,menu.js
,scroll_triggered_counter.js
, andslider.js
control various interactive functionalities. Edit these to customize behaviors like lazy loading, gallery display, menu interactions, scroll effects, and sliders.
Last updated