How to Remove Headers in Barnsbury Theme?
-
Is it possible to remove headers from the Barnsbury theme? I was hoping the following would work:
.page-title { display: none; }but it does not seem to on this theme.
The blog I need help with is: (visible only to logged in users)
-
Okay, I found the CSS code! Should have used this:
.page .entry-title { display: none; }Jobe done!
- The topic ‘How to Remove Headers in Barnsbury Theme?’ is closed to new replies.