• Resolved alzxm

    (@alzxm)


    Hello team, How to enable the fancybox navigation arrows always visible.Now it is visible only on hover.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @alzxm,

    Let’s try to achieve that by adding the following custom CSS rules to "Appearance -> Customize -> Additional CSS"

    
    #fancybox-left, #fancybox-right {
        visibility: visible !important;
    }
    
    #fancybox-left-ico {
        left: 20px !important;
    }
    
    #fancybox-right-ico {
        left: auto !important;
        right: 20px !important;
    }
    

    Hope this helps!

    • This reply was modified 2 years, 10 months ago by Imagely.
Viewing 1 replies (of 1 total)
  • The topic ‘Fancybox’ is closed to new replies.