Home › Forums › Support › Don't display one sidebar widget on one page This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 29, 2018 at 2:11 am #743520 Edin Hello, Is there a way to NOT display a certain sidebar-widget on one particular page? Without the use of a plugin? I have a text widget in the sidebar with my photo and a link to the /about page. I don’t want this widget ON the about page. Any way to do this without the use of a plugin? Thanks, Eddie November 29, 2018 at 4:07 am #743595 DavidStaff Customer Support Hi there, you could hide it with this CSS – the first class is the body class for that specific page. .page-id-5 .inside-right-sidebar #text-7 { display: none; } November 30, 2018 at 12:31 am #744433 Edin Thank you, David. Is that the best solution regarding keeping the site lean and speedy? Also, I remember reading somewhere that Google dislikes display: none. November 30, 2018 at 3:58 am #744529 DavidStaff Customer Support Its the simplest method. And would not be detrimental to speed. Consider the image would have been loaded/cached from other pages being viewed. Google frowns upon display: none where people use it to hide loads of keywords behind completely unrelated content. This use is very acceptable. November 30, 2018 at 6:37 am #744615 Edin Thanks, David! November 30, 2018 at 6:58 am #744703 DavidStaff Customer Support You’re welcome Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In