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;
}
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
Hi Victoria,
Sorry for later reply. I just public the website on the internet, so now u can try to visit:
Hi,
Could you please create temporary admin logins and post them here privately so we can look into it?
Regards,
Yigit
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
Hi Yigit,
It works fine, thanks for your help!
Best Regards
Xiao Li
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