Hiding Homepage Elementes
- The topic ‘Hiding Homepage Elementes’ is closed to new replies.
Need help? Check out our Support site, then
How do I hide those elements from homepage?
– like button and text
– Leave a Comment Box and texts
– Search Box
– Archives Menu
– Meta Menu
The blog I need help with is: (visible only to logged in users)
Hello nataliamazolini,
To remove that comment Box use following CSS code in your
Dashboard->Appearance->Custom Design
click CSS tab
.comments-area {
display: none;
}
To remove Search Box, Archives Menu and Meta Menu from your sidebar, just go to Dashboard->Appearance->Widgets
There you will find Primary Widget Area delete above said widgets from there.
this will resolve your issue.