Hi Guy's,
I'm looking to change the standard black box that is used for the "Description text" on the slider for Avisio. I'd like to change the colour and size, possibly the shape - Is this possible?
Thanks
Marc
Hi Guy's,
I'm looking to change the standard black box that is used for the "Description text" on the slider for Avisio. I'd like to change the colour and size, possibly the shape - Is this possible?
Thanks
Marc
Hey,
1) add following to style.css:
.feature_excerpt, .sliderheading {
background: none repeat #fff !important;
}
Change the color to your needs.
2) To change the size search for following code in style.css:
.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;
}
and change the width and the max-height value as you like.
Thanks Dude - works a treat :-)
One further question: Is is possible to have the color fade in / out and one of the sides?
Cheers
Marc
It's possible however you've to create your own background image/images with gradient effect or semi transparent transition...
Thanks Dude - I'll have a play to see what I can create.
Glad that I could help you :)
You must log in to post.