Live CSS for only one page

Posted in: Newspaper
Post count: 18

Hi,

I’d like to add the CSS below that disables scrolling, but I only want it to take effect on one page of my website (the homepage, wamserforallentown.muhlenbergweekly.com) and not other pages on that domain (for example, wamserforallentown.muhlenbergweekly.com/issues). When I add it to the Live CSS, even in the TD Composer of the homepage, it still applies to the rest of the pages across the subdomain.

CSS:
body {
overflow: hidden;
}

Thanks,
Greg

Post count: 20688

Hi,

You can use that code like this, it will apply only to the homepage

body.home{
overflow: hidden;
}

Thanks

Post count: 18

Thank you!

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