Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1029856

    Hi,
    wie kann man die Farbe der Punkte/Buttons (die das jeweilige Bild/Video im Slider symbolisieren) im Slider ändern? Sowie die Farbe der Pfeile rechts und links?
    Besten Dank
    Hans

    • This topic was modified 6 years ago by MWI-AG.
    #1030180

    Hallo Hans,

    Could you post a link to the page in question so that we can take a closer look please?

    LG,
    Rikard

    #1030886

    Hi Rikard,
    sure, look here:

    or (with the layer slider wp)

    Regard
    Hans

    #1031176

    Hallo Hans,

    Thanks for that. My german is not that good but you are looking to change the colour of the arrows, correct? If so then please try this in Quick CSS:

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

    Are you looking to alter the dot navigation as well? If so then how?

    LG,
    Rikard

    #1031758

    Hi Ricard,
    yes, the arrows and the dot navigation.

    Arrows: great! Thanks

    can you give me the Code for the dot navigation?

    Regards Hans

    • This reply was modified 6 years ago by MWI-AG.
    #1031974

    Hallo Hans,

    Please try this as well for the dots:

    .avia-slideshow-dots a {
        color:red;
    }
    
    .avia-slideshow-dots a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        background: #eee;
    }

    LG,
    Rikard

    #1032008

    Hello Ricard, thanks, but no result /the color (white an black) do not change

    Regards

    #1032157

    Hi,

    Thanks for the update. Are you checking the front page or the slider test page? This should only affect the front page dots, please try this instead:

    .avia-slideshow-dots a {
        color:red !important;
    }
    
    .avia-slideshow-dots a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        background: #eee !important;
    }

    Best regards,
    Rikard

    #1034464

    Hello Rikard,
    sorry for delay.
    Now we have changed the side “home” (Start). Here we use the layer slider wp.
    It would be fantastic, if we can change the color aof the arrows and the color of the dots to red (#962f2f).
    I tried the following css code in Quick CSS General Styling

    #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before { background: rgba(227,227,227,0.5); }
    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { color: rgba(150,47,47,0.5); }

    This work fine.

    But How can i change the dots in red color?

    Thanks for your help

    • This reply was modified 6 years ago by MWI-AG.
    #1034682

    Hi,

    Thanks for the update, though the navigation dots are already red when I check on my end. Did you manage to get it working?

    Best regards,
    Rikard

    #1035195

    Helo Ricard,

    everything allright – many thanks!

    The thread can be closed!

    Regards Hans

    #1035290

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fullscreenslider’ is closed to new replies.