End of Support for Joomla 3 - Forum closed
[SOLVED] How to change overall background color
- Camphausen
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Hi,
please advise how to change the overall background color (not just background image) including the space between the modules.
ckcmed.com.au/mm
Thanks
Christoph
please advise how to change the overall background color (not just background image) including the space between the modules.
ckcmed.com.au/mm
Thanks
Christoph
by Camphausen
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 How to change overall background color
Posted 8 years 9 months ago #12030
Hi there,
there are 2 ways to setup the background color:
1.) Customizer > background, see image below
2.) Add the color code to your css/custom.css
there are 2 ways to setup the background color:
1.) Customizer > background, see image below
2.) Add the color code to your css/custom.css
www.joomlaplates.com/template-customizing#jp-right{background:#ff0000}
Attachment bg-2.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- Camphausen
- Offline Topic Author
- Fresh Boarder
- Posts: 3
- Thank you received: 0
Replied by Camphausen on topic How to change overall background color
Posted 8 years 9 months ago #12042
Thanks for the quick reply.
I changed the general background color to something ridiculous: #E41B77. Subsequently, this color only shows up in the login dialog and on the page "Lehrangebot" in the dropdown box for the number of entries. I was expecting to have all background changed!?
In addition, I tried to find css/custom.css, however, can't find it. Do I need to create it?
Thanks again for your help
Christoph
I changed the general background color to something ridiculous: #E41B77. Subsequently, this color only shows up in the login dialog and on the page "Lehrangebot" in the dropdown box for the number of entries. I was expecting to have all background changed!?
In addition, I tried to find css/custom.css, however, can't find it. Do I need to create it?
Thanks again for your help
Christoph
by Camphausen
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 How to change overall background color
Posted 8 years 9 months ago #12052
Yes, create a file css/custom.css and add this code to change the background color
#jp-right{background:#ff0000}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Hello,
I have the same problem. I want define a style with a black background used only on one subpage. Where I have to add the custom.css? In the style subfolder? What is the correct content of this css?
Thanks
Teddy
I have the same problem. I want define a style with a black background used only on one subpage. Where I have to add the custom.css? In the style subfolder? What is the correct content of this css?
Thanks
Teddy
by Teddy
Please Log in or Create an account to join the conversation.
Ok, in the meantime I found something ...
The main background is located in the template joomlaplates.css and has to be copied into the style custom.css:
Also this one from the style theme.css:
I think the rest I will also find in the joomplaplates.css.
The main background is located in the template joomlaplates.css and has to be copied into the style custom.css:
Code:
.uk-container {
background:#000
}
Also this one from the style theme.css:
Code:
html {
background: #000000;
}
I think the rest I will also find in the joomplaplates.css.
by Teddy
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates