Hi Ann,
Thank you for getting in touch with us.
Can you send us some screenshots of this, perhaps the URL to your site? I’m not sure what text in the sidebar do you mean.
Kind regards
Yes, if you go to http://www.ayoungerskin.com you see my sidebar with a text widget there (with a photo). Now if you click on my About me page you see it looks bad with that same text widget on that page. I would like to have the text widget on all pages except for the about me page. I was able to make this setting myself before but now that setting option has disapeared? Not sure what has happened, if there has been an update or something and it was removed??
Best regards
Ann
Hi Ann,
You can try to add this css to Appearance → Customize → Additional CSS:
.page-id-9 #text-2 {
display: none;
}
Hope that helps.
Kind regards
Thank you alot, that helped 😀
Two more questions, if you have a minute 🙂
1) Is there a way to get the two remaining widgets a bit further down the page? And now I only mean that particular page where the text widget is excluded 🙂
2) Are all those extra additional ccs (I have quite a few now) in any way making the page slower?
Best regards
Ann
Hi again!
Another question is also, referring to my original question, if and how I add more pages to exclude from that text widget? Do I just add their site id in what you sent me? I think I might want to exclude the text widget in my disclosure and privacy policy page as as well :-/
Best regards
Ann
Hi again,
1. If you would like to remove all widgets in the sidebar on this specific page please add this css:
.page-id-9 .sidebar.col-md-4 {
display: none;
}
The code is strictly related to page ID so if you want to exclude another page you need to change the code like this:
.page-id-9 .sidebar.col-md-4, .page-id-10 .sidebar.col-md-4 {
display: none;
}
2. No, don’t worry. Rendering css is very fast and I cannot imagine how long would be your code to slower the site.
Kind regards
@ayoungerskin You’re welcome! We’d appreciate a review here, if you have a few minutes 🙂