Junostarpro Docs
Custom Code Panel
The Typography panel allows you to easily and centrally manage all main fonts on your Joomla 5 site, choosing different styles and settings for text, menus, and headings.
All changes are instantly previewed and automatically applied across your website - no coding required.

Custom Code Panel
The Custom Code panel allows you to quickly add custom code to your site without editing template files or installing extra plugins. Everything happens in a simple, organized interface, divided into three accordion sections:
Script in Head:
Paste any JavaScript code here (such as Google Analytics, custom Meta tags, tracking scripts, or third-party snippets) that needs to be loaded inside the <head> tag of every page.
Tip: Use this section only for scripts that must run immediately or before the page content loads.
Script in Bottom:
Here you can insert JavaScript code that will be loaded at the end of the page, just before the closing </body> tag. This is recommended for scripts that don’t need to block the page load, like chat plugins, visual effects, remarketing tags, etc.
Custom CSS:
In this section, you can write your own CSS rules, which will be applied to all pages of your site. Quickly adjust colors, margins, fonts, layouts, or add custom styles for specific components and modules.
Tip: This is the ideal place for fast graphic tweaks!
How to use the Custom Code panel
- Open the desired section (Script in Head, Script in Bottom, or Custom CSS) by clicking its title.
- Paste or write your code in the text editor.
Every change is reversible: you can come back at any time to edit or remove your custom code.
Advantages of JunostarPro Custom Code
- All in one place: Manage scripts and custom CSS without touching server files.
- Safe: No risk of overwriting changes during template updates or modifications.
- Instant: Your changes take effect across the site immediately after saving.
- Joomla 5 compatible: No extra plugins required everything is built into the template.
With the Custom Code panel, you can safely and flexibly personalize your site’s appearance and behavior, all in one place and without risking conflicts with Joomla’s core.
