Forums
Forums / Theme: Tracks / Hide widget one page
(@ktrides2)
8 years, 8 months ago
Hi Ben, I want to hide the “Before Main Content” Widget on only one page. I thought this would work, but it is hiding on every page, could you please advise?
.page-id-1394 .sidebar-after-main-content, .sidebar-before-main-content { display: none !important; }
Thank you! Katie
The page I need help with: [log in to see the link]
(@bensibley)
Hey Katie,
The comma starts a new selector, so “.page-id-1394” needs to be used again to target the single page. This updated code will work:
.page-id-1394 .sidebar-after-main-content, .page-id-1394 .sidebar-before-main-content { display: none !important; }
Ah ok, I was close. Thanks Ben, you rock as always!
The topic ‘Hide widget one page’ is closed to new replies.