End of Support for Joomla 3 - Forum closed
[SOLVED] Change color of "Read More" in Slideshow
- HoGastroConsult
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 0
Change color of "Read More" in Slideshow was created by HoGastroConsult
Posted 8 years 9 months ago #12007
I would like to change the color from white to something darker, since the photos I have used do have a white background and one can not read the "Read More".
Thanks & best regards
Thanks & best regards
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 Change color of "Read More" in Slideshow
Posted 8 years 9 months ago #12011
Hi there,
therefore you have search the css class for the read more tag and then you can add the found css class to your css/custom.css
Video, how to find the css classes
www.joomlaplates.com/template-customizing
Add this code to your css/csutom.css
therefore you have search the css class for the read more tag and then you can add the found css class to your css/custom.css
Video, how to find the css classes
www.joomlaplates.com/template-customizing
Add this code to your css/csutom.css
.layout-slideshow .sprocket-features-desc {
background:#ff0000;
border: none;
box-shadow: 0;
color: #ffffff;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: HoGastroConsult
Please Log in or Create an account to join the conversation.
- HoGastroConsult
- Offline Topic Author
- Fresh Boarder
- Posts: 1
- Thank you received: 0
Replied by HoGastroConsult on topic [SOLVED] Change color of "Read More" in Slideshow
Posted 8 years 9 months ago #12071
Problem solved.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates