Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #532721

    Hello ,
    Please help.
    I just want to change the section scroll down arrow at the bottom of section (that can enable in color section element)
    from scroll down default icon to image icon. Could you please tell me how to do it ?
    Please see sample images below

    View post on imgur.com


    to

    View post on imgur.com

    Please help,
    Thank you very much

    #532733

    Hi zmkstudio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    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%;
    }
    a.scroll-down-link:before {
        content: '';
    }

    Best regards,
    Yigit

    #533485

    Hello Yigit,
    Thank you very much !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change section scroll down arrow to image ?’ is closed to new replies.