Hi There,
We would like to use our own images for the arrows of the slider and at the bottom of a full screen section.
This should be possible within a child theme.
Possible?
Thanks, T.
Hey elbnetz!
Please add following code to Quick CSS and adjust as needed
a.prev-slide { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; }
a.scroll-down-link:before, a.next-slide:before,a.prev-slide:before { content: ''; }
a.next-slide { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; }
a.scroll-down-link { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; }
You just need to change the images to your own
Regards,
Yigit