End of Support for Joomla 3 - Forum closed
tm-content transparency
- webmaster@asopen500.org
- Offline Topic Author
- Fresh Boarder
-
- Posts: 1
- Thank you received: 0
Hello,
I try to apply transparency on content box when using ICE by using a new wrap style with a background image.
I managed some transparencies by using wrap customizer and i didn't found where changing content box color (tm-content).
By default, I tried to set it with css code in the custom.css file: doesn't work !
.tm-content {
background-color: rgba(255, 255, 255, 0.5);
}
You can see the result in this page: asopen500.org/index.php/contacts/contacter-l-asopen500
The best should be to manage it in the wrap customizer: how to do that ?
And why the custom code doesn't work? (I'm new in developing website)
Thank's !
Best regards
I try to apply transparency on content box when using ICE by using a new wrap style with a background image.
I managed some transparencies by using wrap customizer and i didn't found where changing content box color (tm-content).
By default, I tried to set it with css code in the custom.css file: doesn't work !
.tm-content {
background-color: rgba(255, 255, 255, 0.5);
}
You can see the result in this page: asopen500.org/index.php/contacts/contacter-l-asopen500
The best should be to manage it in the wrap customizer: how to do that ?
And why the custom code doesn't work? (I'm new in developing website)
Thank's !
Best regards
Last Edit:7 years 2 weeks ago
by webmaster@asopen500.org
Last edit: 7 years 2 weeks ago by webmaster@asopen500.org.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi there,
add this css code to your css/custom.css
add this css code to your css/custom.css
.main-outer {
background: none !important;
}
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