• Resolved Erez Speiser

    (@erezspeiser)


    Hi
    The question refers to all pages. The mentioned page is just an example.
    The navigation arrows are showing only after the user hovers the slide.
    I would like them to appear constantly.
    How can this be done?

    Thanks
    Erez

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @erezspeiser

    Try adding this to your CSS stylesheet:

    .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;
    }

    Let me know if that works

    Hi @erezspeiser

    I’m going to mark this as resolved as we didn’t hear back, but please feel free to comment or open a new issue if needed, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrows showing only after hover’ is closed to new replies.