Home Forums Pro Themes Musicsong Pro Permanent (on every page) scroll down button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #128168
    Lavita
    Participant

    Hi there,

    Could you please help to create a scroll down button?
    Because at this moment it is not clear there is content more down on the pages.

    See below a prinscreen where a would like to have it:

    https://paste.pics/9HXYG

    In this printscreen it’s on the homepage, but I would like to have it on every page. So a permanent button (or text).

    Looking forward to your reaction!

    #128169
    Lavita
    Participant

    In addition to my previous message, herewith I send you the links:

    https://heffo.nl/

    https://heffo.nl/?page_id=2

    https://heffo.nl/?page_id=22

    https://heffo.nl/?page_id=57

    #128251
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the scroll icon, you can add the CSS following the path Admin Panel > Appearance > Customize > Additional CSS to make the scroll icon visible on every page.

    @media(max-width: 575px){
        #page-site-header .wrapper::after{
            font-size: 25px;
            bottom: -42px;
        }
    }
    #page-site-header .wrapper::after {
        content: "\f103";
        font-family: "fontawesome";
        font-size: 45px;
        position: absolute;
        left: 50%;
        bottom: -57px;
        transform: translateX(-50%);
    }

    Regards.

    #128324
    Lavita
    Participant

    Great thanks!!

    #128367
    wensolutions
    Keymaster

    Hello,

    Glad we could help.

    Regards.

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