Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1066029

    Hi, I would like to have the title, description and navigation controls visible all of the time
    in Easy Slider. How might I disable the hover effect?

    Thank you

    #1066280

    Hey MeghanNathanson,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-slideshow-inner .av-slideshow-caption, 
    #top .avia-slideshow-inner .avia-inner-caption,
    #top .avia-slideshow-controls * {
        opacity: 1 !important;
        visibility: visible !important;
    }

    Best regards,
    Nikko

    #1081949

    Hi Nikko,

    Thanks so much but this did not work.
    Can you take a look again?

    I have to click off of the slide show for the caption to appear. We’d like
    it to change with the image and stay put with no hover.

    Appreciate your time. Link in the private content section.

    #1081950

    Also, how might I change the color for the caption title? As you can see, we lose it in slide 2.

    Thanks!

    #1082084

    Hi MeghanNathanson,

    I have checked your site and it works since the navigation controls are visible at all times on your site without having to hover over it.
    You can add this code for the caption title in the 2nd slide:

    #top.home #wrap_all .avia-slideshow .slide-2 h2.avia-caption-title {
        color: white;
    }

    Best regards,
    Nikko

    #1083127

    Thank you Nikko. But the title still disappears. Is there any way to remove the hover for the title?

    #1083378

    Hi MeghanNathanson,

    Please add this css code as well:

    #top.home #wrap_all .avia-slideshow .active-slide .avia-slide-wrap {
        display: block;
    }

    Best regards,
    Nikko

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