Enable Scroll-Up button on mobile devices

Posted in: Newspaper
Post count: 209

Hello,
in the file /wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css there is the css-code

@media (max-width: 767px) {
.td-scroll-up.td-hide-scroll-up-on-mob {
display: hidden !important;
}
}

Why is this scroll-up button hidden on mobile devices? How can I enable it, without editing the css in this core-file?

Post count: 27744

Hello,

You can enable it here in Theme Panel -> Template Settings -> ToTop button https://i.imgur.com/eaMaBnV.png

Thank you!

Post count: 209

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.