Posted in: Newspaper
Nov 23, 2018 at 9:16 am
Hi,
All pages, posts, categories will have an ID, this ID will appear as a class on the body tag, it can be seen with the browser inspector for example
– https://www.screencast.com/t/Rd45hcCgsy
You can use that ID class before the scroll class to remove it only for those pages, for example
.page-id-XXXX .td-scroll-up{
display:none!important;
}
Thanks
Nov 23, 2018 at 2:25 pm
Hi Simion,
I currently have the following:
.woocommerce .td-scroll-up{
display:none!important;
}
Adding below the following solves the issue, but only for 1 page. It works with only 1 page ID.
.page-id-41454 .td-scroll-up{
display:none!important;
}
Nothing happens if I add more page IDs separated by commas, or without commas. I need to hide it on multiple pages.
Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.