Tagged: content slider
Hi there,
How can I get the content slider arrows to be like the testimonial slider arrows (as shown on http://kriesi.at/themes/enfold-startup/)
Right now the arrows are just these small arrows in boxes in the upper right corner of the content slider.
Hey gerardbao,
Thank you for using Enfold.
Please add this in the Quick CSS field:
#top .avia-smallarrow-slider .avia-slideshow-arrows a {
top: 0;
width: 60px;
height: 60px;
font-size: 50px;
line-height: 62px;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows .prev-slide {
left: 0;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows {
width: 100%;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
line-height: 60px;
}
Adjust the values as needed.
Best regards,
Ismael
Thanks!
I’m able to edit the color and size of the arrow. I’m having trouble finding the CSS to hide the box.
How can I hide the box behind the arrow?
Hi!
Try the following
#top .avia-smallarrow-slider .avia-slideshow-arrows a {
background: transparent;
}
let us know if that works out
Best regards,
Basilis
I added that code.
I’m not able to hide the background. I’m able to change the background color, but not make it white or go away.