Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #662157

    Hi,

    i use a full width slider on my website. I want to use my own images for the slidshow arrows for changing prev and next image. Is it possible to use my own images?

    best rgeards

    Chris

    #662163

    Hi Chris_85!

    Can you please post the link to your page and point out the slider you would like to modify?

    Best regards,
    Yigit

    #662213

    Hallo Yigit,

    the site is under construction. But i use the the full width slider. Here is a picture of the slider:

    imgur

    i want to use my own designed arrows to switch the pictures of the slider

    Are these information enough for you? otherwise i can give you an access to the website…

    best regards

    #662224

    Hi,

    Can you please post temporary logins so we can see the page? That way we can make sure to provide accurate custom CSS code.

    Best regards,
    Yigit

    #662266

    ok, here it is…

    #663112

    any ideas?

    #663199

    Hi,

    Add your own image as the navigation background:

    #top .avia-slideshow-arrows .prev-slide {
        /* prev button */
        background: url(IMAGE URL HERE) no-repeat center;
    }
    
    #top .avia-slideshow-arrows .next-slide {
        /* next button */
        background: url(IMAGE URL HERE) no-repeat center;
    }
    
    #top .avia-slideshow-arrows a:before {
        content: '';
    }

    Best regards,
    Ismael

    #663245

    thanks! Works fine!

    #663257

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Use own images for slideshow-arrows?’ is closed to new replies.