Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #326923

    Hi, how do I change the Home slider bottom navigation bullets color ?

    #327203

    Hi mcraig77!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active { background: orange; }
    #top .avia-layerslider .ls-bottom-slidebuttons a { background: red; }

    Regards,
    Yigit

    #327605

    Thanks!

    #327608

    Is there any way to increase the size of the buttons? and change the rollover color?

    Thanks SO much for the support

    #327927

    Hi!

    You can use this:

    #top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop {
    height: 20px;
    width: 20px;
    border-radius: 30px;
    }

    Use this for the hover state:

    #top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active, #top .avia-layerslider .ls-bottom-slidebuttons a:hover, #top .avia-layerslider a.ls-nav-start:hover, #top .avia-layerslider a.ls-nav-stop:hover, #top .avia-layerslider a.ls-nav-start-active, #top .avia-layerslider a.ls-nav-stop-active {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #000;
    }

    Regards,
    Ismael

    #328584

    Thanks! works great!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Home slider bottom navigation bullets change color’ is closed to new replies.