-
AuthorPosts
-
November 5, 2018 at 12:23 pm #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.
November 6, 2018 at 4:55 am #1030180Hallo Hans,
Could you post a link to the page in question so that we can take a closer look please?
LG,
RikardNovember 7, 2018 at 3:47 pm #1030886November 8, 2018 at 11:53 am #1031176Hallo 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,
RikardNovember 9, 2018 at 6:42 pm #1031758Hi 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.
November 10, 2018 at 10:06 am #1031974Hallo 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,
RikardNovember 10, 2018 at 1:33 pm #1032008Hello Ricard, thanks, but no result /the color (white an black) do not change
Regards
November 11, 2018 at 8:07 am #1032157Hi,
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,
RikardNovember 16, 2018 at 2:10 pm #1034464Hello 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.
November 17, 2018 at 8:27 am #1034682Hi,
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,
RikardNovember 19, 2018 at 3:09 pm #1035195Helo Ricard,
everything allright – many thanks!
The thread can be closed!
Regards Hans
November 19, 2018 at 7:03 pm #1035290Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Fullscreenslider’ is closed to new replies.