grey blocks in pressrow posts
-
what css code controls the blocks with the envelope called “entries tagged as…” under posts?
i’m trying to get rid of the white blocks under “upcoming classes”
The blog I need help with is: (visible only to logged in users)
-
The “entries tagged as…” is controlled by
h2.archive_head { }
The other white box at the bottom is controlled by
.navigation { }to completely remove the boxes just add “display: none;” to any of the above classes
-
thanks a lot, that works!
once the top box is removed, the alignment of the page moves too close to the nav bar, what css code modifies that?
-
you could change this class. I added in the 50px so you can notice the alignment shift.
.post, .page, .attachment {margin-top: 50px; }HTH
-
-
- The topic ‘grey blocks in pressrow posts’ is closed to new replies.