Yesterday, 12:36 AM
(This post was last modified: Yesterday, 01:41 AM by Efficient_Good_5784. Edited 2 times in total.)
This CSS does work to hide the section 2 of whatever is in the homepage.
From my homepage, "Next Up" is section 2 which I believe is the default.
From my homepage, "Next Up" is section 2 which I believe is the default.
Code:
.verticalSection.section2.emby-scroller-container {
display: none;
}