Maybe you used a page builder back then.
And I can see where the link to the Tips & Tricks article can get overwhelming...
Anyway...
Here is some doc on Creating a Child template and creating the user.css file.
https://docs.joomla.org/index.php?title ... _Templates
If you are planning to edit core Cassiopeia files, create a Child template to prevent losing changes after a Joomla update.
Or if you just want to change styles, then creating or uploading a user.css file is enough.
You can pick colours through https://colours.joomla.com and download the created user.css file.
Then use the upload option when you create the user.css file for your template.
Or, you can create an empty user.css file.
To add a background colour to the body, add this to your newly created user.css* This is an example light blue
And I can see where the link to the Tips & Tricks article can get overwhelming...
Anyway...
Here is some doc on Creating a Child template and creating the user.css file.
https://docs.joomla.org/index.php?title ... _Templates
If you are planning to edit core Cassiopeia files, create a Child template to prevent losing changes after a Joomla update.
Or if you just want to change styles, then creating or uploading a user.css file is enough.
You can pick colours through https://colours.joomla.com and download the created user.css file.
Then use the upload option when you create the user.css file for your template.
Or, you can create an empty user.css file.
To add a background colour to the body, add this to your newly created user.css
Code:
:root { --body-bg: #bfd7de;}
Statistics: Posted by Mr. Wimpy — Sat Jun 29, 2024 3:05 pm