Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #673455

    Hello there
    Im working on a web with enfold theme. The thing is that i would like to have an arrow to go up when im using the mobil version.

    How can i have it?

    Thanks

    mcmoya

    #674028

    Hi mcmoya,

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

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

    Best regards,
    Rikard

    #687070

    Hi Rikard,

    Thanks!

    But could you be more specific where should I add that code, please?

    Thanks for letting me know

    cheers

    mcmoya

    #687115

    Hi!

    Please go to the theme settings and from there, you can see where to enter the custom CSS.
    Those have to be added to the box there, to solve the issue.

    Thanks a lot

    Best regards,
    Basilis

    #687215

    Hi Basilis
    Ave already added the code but nothing happens :(

    thanks for let me know

    Cheers

    mcmoya

    #687918

    Hi,

    It’s displaying just fine on my end, could you try clearing your browser cache and reload few times to see if that helps please?

    Thanks,
    Rikard

    #687948

    Thanks a lot! Nos it is working!
    Cheers!
    mcmoya

    #688346

    Hi,

    Great, glad you got it working :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Go up arrow on the mobil phone’ is closed to new replies.