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

    Wordpress v4.9.8 + Enfold v4.5, I want hidden/remove the “Scroll-Top-Link” Icon, but bellow two quick css code not working.

    Can someone can share any updated code? Thank you very much!

    Code 1

    
    /*Mobile to top of page button TO MAKE THE LINK VISIBLE ON MOBILES*/
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }
    
    #scroll-top-link { 
     right: 0!important;
     bottom: 0!important;
     }}
    

    Code 2#

    
    #scroll-top-link {
        display: none;
    }
    
    • This topic was modified 6 years ago by zambalee.
    #1026061

    Hey zambalee,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1028427

    Hi Victoria,

    Sorry for later reply. I just public the website on the internet, so now u can try to visit:

    #1028474

    Hi,

    Could you please create temporary admin logins and post them here privately so we can look into it?

    Regards,
    Yigit

    #1028830
    This reply has been marked as private.
    #1028844

    Hi,

    You had following code in Enfold theme options > General Styling > Quick CSS field

    add_filter('avia-google-maps-api', '__return_false', 10, 2);

    I deleted it and CSS worked. You would need to insert this code to bottom of functions.php file in Appearance > Editor and not in Quick CSS field.

    Please review your website

    Best regards,
    Yigit

    #1028850

    Hi Yigit,

    It works fine, thanks for your help!

    Best Regards
    Xiao Li

    #1028855

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘[Enfold v4.5]How to remove “Scroll-Top-Link” Icon ?’ is closed to new replies.