Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #221060

    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

    #221461

    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

    #221589

    That is it! Thank you very much, Josue!
    Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Modifying avia-slideshow-arrows’ is closed to new replies.