- Posts: 6
- Thank you received: 0
font image description
-
brugal
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #31210
by brugal
font image description was created by brugal
by editing style.css file in modules/mod_hot_image_slider/tmp, i'm capable of changing the position description:
/*text*/
p.textdesc {
float:center!important;
padding-top:300px;
padding-right:5px!important;
font-size:20px;
}
However, i cannot modify font-size. Any idea?
/*text*/
p.textdesc {
float:center!important;
padding-top:300px;
padding-right:5px!important;
font-size:20px;
}
However, i cannot modify font-size. Any idea?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31226
by ivan.milic
Replied by ivan.milic on topic font image description
Try:
#slide-controls .textdesc{
float:center!important;
padding-top:300px;
padding-right:5px!important;
font-size:20px!important;
}
That would be for text over image. For black bar text use :
#slide-controls .text *{
....
}
#slide-controls .textdesc{
float:center!important;
padding-top:300px;
padding-right:5px!important;
font-size:20px!important;
}
That would be for text over image. For black bar text use :
#slide-controls .text *{
....
}
Please Log in to join the conversation.
Time to create page: 0.198 seconds