Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #521518

    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.

    #521584

    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

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