Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #778144

    I’m using a fullscreen Slideshow as my homepage with a centered ‘Enter’ button. I would like for that button to only appear when the mouse is rolled into the screen.

    I was able to use similar code below to accomplish this with the Next & Prev arrows but I’m not sure how to implement the same thing for the slider buttons. I can use some help.

    .arrow_controls.slide_controls {
    opacity: 0;
    }

    #slideshow_big:hover .arrow_controls.slide_controls {
    opacity: 1 !important;
    }

    #778160

    Hey netcoenterprises,

    May you share your website link? This way will be easier to provide some custom code to help you.

    Best regards,
    John Torvik

    #778163

    Hello,
    See link below. Thank you for your attention.

    #778359

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .avia-slideshow-button {
    	display: none;
    }
    #top .avia-slideshow:hover .avia-slideshow-button {
    	display: inline-block!important;
    }
    

    I have tested this code on your installation and works 100% please make sure to refresh the cache to preview changes.

    Best regards,
    Vinay

    #778397

    Vinay – That works perfectly – awesome. THANK YOU

    #778544

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.