Hello !
You can use this css code here: .td-scroll-up-visible {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
It disappears in the mobile version, responsive, in https://cursoespirita.com
Any css that helps? (I edit, I have already been able to solve it, with the code and updating cache.)
Another issue. I have an external chat app button, which hides part of the subfooter’s information, any solution for more space under the subfooter?
Thanks
-
This reply was modified 6 years by
Cursoespirita.
Hello @Cursoespirita !
In order to hide this option only on desktop please insert the code in here: https://www.screencast.com/t/1tAKCGKue67t
Unfortunately that button is dynamic and cannot be edited.
Thank you for your understanding !
Hello !
Please use this code: .td-scroll-up-visible {
display:block;
}
The code must be inserted here: https://www.screencast.com/t/0bhIpr8R
Thank you !
Hi, these codes doesn’t remove the scroll to top button
I’ve put them on “Custom CSS” and every box in “Advanced CSS” and even the Live CSS Editor. Any fix? I want to remove the scroll to top button or hide it.
.td-scroll-up-visible {
display:none;
}
.td-scroll-up {
display:none;
}
Hello @twsillimanian,
To remove back to top, please follow those instruction:
If you have the tagDiv Standard Pack plugin active then you need to comment this line => https://www.screencast.com/t/NRBxqmUp4I from this path
wp-content/plugins/td-standard-pack/Newspaper/header.php
but if you have the tagDiv Composer plugin disabled then to comment the line go in
wp-content/plugins/td-composer/legacy/Newspaper/header.php
=> https://www.screencast.com/t/OWhnxwfS
Thank you!
Hi, I’ve made the line a comment in both the locations of the theme, since composer and standard pack are both installed. The scroll up button still shows up, what to do?
Oops nevermind Ana, I had to use
<!-- -->
for making it into a comment, thank you Ana
-
This reply was modified 5 years by
twsillimanian.
.td-scroll-up-visible {
display:none;
}
.td-scroll-up {
display:none;
}
is not working