- Posts: 9
- Thank you received: 0
Image description question
-
Rednyle
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #6931
by Rednyle
Image description question was created by Rednyle
Hi,
Currently, the text for image description is white with a grey background. Is it possible to change the text color to black with a white or transparent background color?
This is for Joomla 1.6.
Thank you.
Dom
Currently, the text for image description is white with a grey background. Is it possible to change the text color to black with a white or transparent background color?
This is for Joomla 1.6.
Thank you.
Dom
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago - 13 years 8 months ago #6936
by ivan.milic
Replied by ivan.milic on topic Re: Image description question
Yes,
in modules/mod_hot_effects_rotator/tmpl/style.css
.nivo-caption {
position: absolute;
left: 0px;
bottom: 10px;
background: black;
color: white;
background: url(../images/content_bg2.png);
width: 99.9%;
z-index: 89;
margin: 0 auto;
}
you can change background and color properties.
in modules/mod_hot_effects_rotator/tmpl/style.css
.nivo-caption {
position: absolute;
left: 0px;
bottom: 10px;
background: black;
color: white;
background: url(../images/content_bg2.png);
width: 99.9%;
z-index: 89;
margin: 0 auto;
}
you can change background and color properties.
Last edit: 13 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.306 seconds