End of Support for Joomla 3 - Forum closed
Slideshow Headerbar - Change background container
Slideshow Headerbar - Change background container was created by nibedard
Posted 7 years 6 months ago #18816
Hi. Always happy with your templates !
Need to know how we can change the opacity or remove completely the box containing the Title and Description in the Slideshow Headerbar. I'm referring to the box where the text displays. If you choose not to put any text, the box will remain empty (which doesnt look good..) or if you have minimal text content, it still doesnt allow to make the image dominant. So, is it possible to have the code to change the opacity of that box and/or have some kind of code to put in the custom.css file to change the opacity of this box to 0% if no text is present in description or title.
Thanks for letting me know.
Need to know how we can change the opacity or remove completely the box containing the Title and Description in the Slideshow Headerbar. I'm referring to the box where the text displays. If you choose not to put any text, the box will remain empty (which doesnt look good..) or if you have minimal text content, it still doesnt allow to make the image dominant. So, is it possible to have the code to change the opacity of that box and/or have some kind of code to put in the custom.css file to change the opacity of this box to 0% if no text is present in description or title.
Thanks for letting me know.
by nibedard
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Replied by joomlaplates on topic Slideshow Headerbar - Change background container
Posted 7 years 6 months ago #18819
Hi there,
you can do this with simple css code.
Add this code to your css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
you can do this with simple css code.
Add this code to your css/custom.css
.layout-slideshow .sprocket-features-content {
background: none !important;
color: #000 !important;
}
www.joomlaplates.com/support/documentation/custom-css-in-joomla
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: nibedard
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates