Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #714159

    Hello!

    how can I change the colour of the Slider-Controls (Back,Next and the Dots) of the Slide-Show (volle Breite)?

    Can someone give me a hint for the Quick CSS?

    Thank you!
    Péter

    #714161

    Hi P4K!

    Can you please post a link to your page so we can make sure to provide you an accurate code? :)

    Cheers!
    Yigit

    #714170

    Yes of course,

    see in Private Content…

    Its the Slider on the first site.
    The controls apear in black at the moment…

    Thank you
    Péter

    #714171

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-slideshow-arrows a:before {
        border-color: orange!important;
        color: orange;
    }

    Cheers!
    Yigit

    #714172

    Hey Yigit!

    This works perfectly for the Back and Next Buttons, but what about the Dots in the Middle on the Bottom?

    Thank you Péter

    #714175

    Hi!

    Please add following code to Quick CSS as well

    #top .av-control-minimal-dark .avia-slideshow-dots a.active {
        background: #a02d78;
    }
    #top .av-control-minimal-dark .avia-slideshow-dots a {
        border-color: #a02d78;
    }

    Cheers!
    Yigit

    #714757

    Perfect, thank you!

    Chears!
    Péter

    #714851

    Hi,

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full Slider Controls in custom Color’ is closed to new replies.