Custom JS
Last updated
Last updated
© Astroid Framework 2023.
You can include CSS files by adding a file path per line. You can use the Full URL of the CSS file, or the path of the CSS file relative to the Joomla root directory.
Example:
styles.css
OR https://www.somewebsite.com/styles.css
You can include JavaScript files by adding a file path per line. You can use the Full URL of the script, or the path of the script relative to the Joomla root directory.
Example:
script.js
OR https://www.somewebsite.com/script.js