End of Support for Joomla 3 - Forum closed
Backgroundcolor of the articles
Hello,
i have a problem with the backgroundcolor of the articles. I have changed the backgroundcolor of the site. But the backgroundcolor of the articles still stays white. Can you help me out there?
Thanks a lot
i have a problem with the backgroundcolor of the articles. I have changed the backgroundcolor of the site. But the backgroundcolor of the articles still stays white. Can you help me out there?
Thanks a lot
by Sepp
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
here are isntructions how to customize a template:
www.joomlaplates.com/template-customizing
To change the content background color you have to add a css code to your css/custom.css
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
here are isntructions how to customize a template:
www.joomlaplates.com/template-customizing
To change the content background color you have to add a css code to your css/custom.css
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
can you tell me which css code i have to type in?
Thank you
Thank you
by Sepp
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Try this code:
But please take in your mind you have to change the font color too and many more!!
It is recommend to have some PHP/HTML/CSS know-how to customize the themes.
.tm-content {
background: #000;
}
But please take in your mind you have to change the font color too and many more!!
It is recommend to have some PHP/HTML/CSS know-how to customize the themes.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates