Always show arrows on flexslider carousel
-
Hello,
I want to show the nav arrows in the ml-slider (flexslider, default theme, carousel) all the time, not only on hover. I have tried.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a { background: rgba(255,255,255,0.43) !important; opacity: 1 !important; width: 50px!important; } .metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a svg { -webkit-transform: scale(1) !important; transform: scale(1) !important; }
and
.metaslider .flex-direction-nav .flex-prev { opacity: 1; left: 5px; } .metaslider .flex-direction-nav .flex-next { opacity: 1; right: 5px; }
but that does not help.
Does somebody have an idea?
Best
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Always show arrows on flexslider carousel’ is closed to new replies.