The Custom CSS/JS panel provides built-in Ace code editors for injecting custom styling and scripts into every page of the AutoStars theme without modifying theme files.
| Setting | Description |
|---|---|
| CSS Code | Enter custom CSS rules using the Ace editor (Monokai theme). Output site-wide, overriding default theme styles. Ideal for minor design tweaks without a child theme. |
| JS Code | Enter custom JavaScript using the Ace editor (Chrome theme). Output at the bottom of each page. Useful for custom interactions or third-party script embeds. |
ℹ️ Custom CSS/JS is stored in the WordPress database and survives theme updates. For larger customisation projects, a child theme is recommended to keep code maintainable and organised.