• Hi there!

    I’ve read all topics but nor of them worked for me. I want to show arrow on left side and only on homescreen. Which css need to be edited to achieve it?

    Thanks very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Senff

    (@senff)

    Hi, thanks for trying my plugin!

    Without seeing your site I’ll have to guess a little bit, but adding this CSS should work:

    .page-scroll-buttons {
       display:none;
    }
    
    .home .page-scroll-buttons {
       display:block;
    }
    
    .home .page-scroll-buttons button {
       left:10px;
       right:auto;
    }

    Give that a try and let me know if it works please!

    Thread Starter onmarketing7

    (@onmarketing7)

    Hi there!

    It works fine, but it shows only the arrow-down. The other one is missing ?? Solution for it?

    Thanks!

    Plugin Author Senff

    (@senff)

    I’m afraid I can’t give any solutions until I see it for myself so I can see what the problem is. Can you share a link to your site?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Position and only homescreen’ is closed to new replies.