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

    Hi,
    Surely, it must be easy, but I tried during some hours -in google and your documentation- without exit, sorry:
    I’m working in the parallax demo and I would like activate the circle icon that appears when I scroll down and in a certain height, I can see a sticky circle with an arrow inside, in the right down position on page, for going to top.
    Where can I activate this circle, please?
    Thanks in advance.
    Joan

    #1429984

    In both cases, in wide screen & mobile, please.

    #1430007

    Hi,
    I see a square with a arrow for going to the top in the Parallax Demo :
    Enfold_Support_4431.jpeg
    to enable this for mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
    }
    }

    Best regards,
    Mike

    #1430021

    Thanks a lot Mike!
    I’m not sure how i appears -I change any parameters…-, It did it alone, maybe it’s beccause the cache…
    It works ferfect in mobile.
    Have a good days!
    Joan

    #1430032

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to get the sticky circle, that apperars in scrolling down for going to top?’ is closed to new replies.