Hi,
I have taken over the administration of a site that was created in Joomla 4 and since upgraded to version 5.
Everything is working fine - but for some reason I can not change the background colour of the site.
The template used is the Cassiopeia - and I have tried to use a user.css file but placed in the media/templates/site/cassiopeia/css - but that does not work.
I have search the hole Joomla installation site for the colour #ff6710 - but it can not find any files containing this value.
I have examine the frontend thoughe the Google Chrome function - and can see that it is loaded as the first script.
<!DOCTYPE html>
<html lang="da-dk" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Joomla! - Open Source Content Management">
<title>Clues</title>
<link href="/media/templates/site/cassiopeia/images/joomla-favicon.svg" rel="icon" type="image/svg+xml">
<link href="/media/system/images/favicon.ico" rel="alternate icon" type="image/vnd.microsoft.icon">
<link href="/media/system/images/joomla-favicon-pinned.svg" rel="mask-icon" color="#000">
<link href="/media/system/css/joomla-fontawesome.min.css?6525ac" rel="lazy-stylesheet" /><noscript><link href="/media/system/css/joomla-fontawesome.min.css?6525ac" rel="stylesheet" /></noscript>
<link href="/media/com_allvideoshare/css/site.css?6525ac" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/template.min.css?6525ac" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/global/colors_alternative.min.css?6525ac" rel="stylesheet" />
<link href="/media/plg_system_miniteksystemmessages/css/polipop.core.css?6525ac" rel="stylesheet" />
<link href="/media/plg_system_miniteksystemmessages/css/polipop.default.css?6525ac" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/vendor/joomla-custom-elements/joomla-alert.min.css?0.2.0" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/user.css?6525ac" rel="stylesheet" />
<style>:root {
--hue: 214;
--template-bg-light: #f0f4fb;
--template-text-dark: #495057;
--template-text-light: #ffffff;
--template-link-color: var(--link-color);
--template-special-color: #001B4C;
}</style>
<style>
@media only screen and (min-width: 768px) {
body {background-image:url(http://10.34.0.3/) !important;
background-size: cover !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-color: #ff6710 !important;}
}
Can any one tell me where to find this information - I guess that the "old administrator" has changed some Joomla core files on the Joomla version 4.
I have taken over the administration of a site that was created in Joomla 4 and since upgraded to version 5.
Everything is working fine - but for some reason I can not change the background colour of the site.
The template used is the Cassiopeia - and I have tried to use a user.css file but placed in the media/templates/site/cassiopeia/css - but that does not work.
I have search the hole Joomla installation site for the colour #ff6710 - but it can not find any files containing this value.
I have examine the frontend thoughe the Google Chrome function - and can see that it is loaded as the first script.
<!DOCTYPE html>
<html lang="da-dk" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Joomla! - Open Source Content Management">
<title>Clues</title>
<link href="/media/templates/site/cassiopeia/images/joomla-favicon.svg" rel="icon" type="image/svg+xml">
<link href="/media/system/images/favicon.ico" rel="alternate icon" type="image/vnd.microsoft.icon">
<link href="/media/system/images/joomla-favicon-pinned.svg" rel="mask-icon" color="#000">
<link href="/media/system/css/joomla-fontawesome.min.css?6525ac" rel="lazy-stylesheet" /><noscript><link href="/media/system/css/joomla-fontawesome.min.css?6525ac" rel="stylesheet" /></noscript>
<link href="/media/com_allvideoshare/css/site.css?6525ac" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/template.min.css?6525ac" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/global/colors_alternative.min.css?6525ac" rel="stylesheet" />
<link href="/media/plg_system_miniteksystemmessages/css/polipop.core.css?6525ac" rel="stylesheet" />
<link href="/media/plg_system_miniteksystemmessages/css/polipop.default.css?6525ac" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/vendor/joomla-custom-elements/joomla-alert.min.css?0.2.0" rel="stylesheet" />
<link href="/media/templates/site/cassiopeia/css/user.css?6525ac" rel="stylesheet" />
<style>:root {
--hue: 214;
--template-bg-light: #f0f4fb;
--template-text-dark: #495057;
--template-text-light: #ffffff;
--template-link-color: var(--link-color);
--template-special-color: #001B4C;
}</style>
<style>
@media only screen and (min-width: 768px) {
body {background-image:url(http://10.34.0.3/) !important;
background-size: cover !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-color: #ff6710 !important;}
}
Can any one tell me where to find this information - I guess that the "old administrator" has changed some Joomla core files on the Joomla version 4.
Statistics: Posted by CampWest — Thu Jun 20, 2024 6:54 am