![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Edit: Solved
I am currently messing around with more of the DW base styles. Is there a way to hide the entire module at the top of the page that says "recent entries" ? I went back through the blog here and I found out how to hide the text but I am still left with the bar at the top. I am using Line Up.

I am currently messing around with more of the DW base styles. Is there a way to hide the entire module at the top of the page that says "recent entries" ? I went back through the blog here and I found out how to hide the text but I am still left with the bar at the top. I am using Line Up.

#title a {
display: none;
}
#title, #pagetitle {
visibility: hidden;
}