Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #732884

    Hi, is there a way to change the standard “go to next section” arrow in a onepager to an image? The current arrow font does not match the design of my website. Thanks! Erik

    #733030

    Hey ErkwerkUtr,

    Please try the following in Quick CSS under Enfold->General Styling:

    a.scroll-down-link:before {
        display:none;
    }
    
    a.scroll-down-link {
        background-image: url(link to your image here);
        background-repeat: no-repeat;
    }

    Best regards,
    Rikard

    #736860

    Thank you Ricard,
    It worked perfectly.

    Best,
    Erik

    #736861

    Rikard, not Ricard ; )

    #737126

    Hi,

    No, that is french pastis :-)

    Glad we could help, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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