End of Support for Joomla 3 - Forum closed
[SOLVED] Unable to find the background colour in styles css
Unable to find the background colour in styles css was created by smc1st
Posted 9 years 3 days ago #10649
Hi,
I am unable to find the background colour (grey) of where the logo sits. I have looked in styles> (my style name) > css > theme and cannot seem to find it. I would like to change this for an image hence me looking for this.
Thanks,
Steve
I am unable to find the background colour (grey) of where the logo sits. I have looked in styles> (my style name) > css > theme and cannot seem to find it. I would like to change this for an image hence me looking for this.
Thanks,
Steve
by smc1st
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Unable to find the background colour in styles css
Posted 9 years 3 days ago #10650
Hi Steve,
please never edit the original css files. They will be overridden while compile to LESS.
1.) Inspect the background color, in your way it is the "html background" see image attached
2.) Now copy and paste the css code to your css/custom.css and change it like you want
3.) If no custom.css is available please create a new custom.css in the "css" folder.
How to inspect and find the css code, read this article:
www.joomlaplates.com/template-customizing
please never edit the original css files. They will be overridden while compile to LESS.
1.) Inspect the background color, in your way it is the "html background" see image attached
2.) Now copy and paste the css code to your css/custom.css and change it like you want
3.) If no custom.css is available please create a new custom.css in the "css" folder.
html {background-color: FF0000 !important}
Attachment body-bg.jpg not found
How to inspect and find the css code, read this article:
www.joomlaplates.com/template-customizing
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 3 days ago
by joomlaplates
Attachments:
Last edit: 9 years 3 days ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Replied by smc1st on topic Unable to find the background colour in styles css
Posted 9 years 3 days ago #10651
Perfect, Thank you. i will have this completed soon and will stop all the questions
by smc1st
Please Log in or Create an account to join the conversation.
Replied by smc1st on topic [SOLVED] Unable to find the background colour in styles css
Posted 9 years 3 days ago #10652
Problem solved.
by smc1st
Please Log in or Create an account to join the conversation.
Replied by smc1st on topic Unable to find the background colour in styles css
Posted 9 years 3 days ago #10653
Hi,
Sorry, i seem to be unable to load an image. I can change the colour no problem but have an issue with changing it to an image. Here is the syntax within the custom css:
html {background-image: images/joomlaplates/blue-test.jpg !important;}
Does it need to read
html {background-image: url('images/joomlaplates/blue-test.jpg') !important;}
Thanks,
Steve
Sorry, i seem to be unable to load an image. I can change the colour no problem but have an issue with changing it to an image. Here is the syntax within the custom css:
html {background-image: images/joomlaplates/blue-test.jpg !important;}
Does it need to read
html {background-image: url('images/joomlaplates/blue-test.jpg') !important;}
Thanks,
Steve
by smc1st
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates