![[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;
}
no subject
Date: 2019-12-11 06:25 pm (UTC)#pagetitle{display:none;}
should work.no subject
Date: 2019-12-11 09:23 pm (UTC)edit: solved with
#header { border: 0px; }