Hello!
I’d like to modify avia-slideshow-arrows to make them more bright and useful: http://www.zink.by/portfolio-item/rookee-2/
How can I change the colour to ex. #ff0000 and make them to be at the center of the page, like here: http://prntscr.com/2qepmg
Hey!
Try adding this code to the Quick CSS:
#top .avia-smallarrow-slider .avia-slideshow-arrows {
left: 0 !important;
right: 0 !important;
margin: 0 auto;
display: block;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows .prev-slide {
left: -200px !important;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows .next-slide {
right: -150px !important;
}
.avia-slideshow-arrows a:before{
background: #fd9192;
}
Cheers!
Josue
That is it! Thank you very much, Josue!
Cheers!