Hi,
I am trying to find a css file related to the Slider Text Area, but could not see anything raleted to that... How can I change the size and position of the text area?
Thanks...
Hi,
I am trying to find a css file related to the Slider Text Area, but could not see anything raleted to that... How can I change the size and position of the text area?
Thanks...
No one?
Hey,
in style.css search for following code and adjust the bottom/left/right values to change the position and the max-height/padding value to adjust the size:
.feature_excerpt{
max-height:400px;
padding:20px 30px 20px;
bottom:0;
display:none;
font-size:13px;
line-height:1.8em;
position:absolute;
width:250px;
z-index:3;
}
.feature_excerpt_pos_2{
left:0;
}
.feature_excerpt_pos_3{
right:0;
}Thank you very much Dude!...
May I ask if there is any way to change the colour or the transparancy of the text area?
You must log in to post.