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
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
Hallo Yigit,
the site is under construction. But i use the the full width slider. Here is a picture of the slider:
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
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
ok, here it is…
any ideas?
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
thanks! Works fine!
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