Remove bottom information just like the top
-
Hello, is there a remove author/date/etc. for the bottom section? Im using Maywood theme and there’s author/date/etc. for both top and bottom and so far, I can only find the solution to remove the top portion
.entry-meta .byline, .entry-meta .cat-links {
display: none;
}/blockquote>
The CSS if anyone’s curious in what I was lookingThank you
The blog I need help with is: (visible only to logged in users)
-
Add this via Custom CSS https://en.support.wordpress.com/custom-design/custom-css/
.entry-footer { display: none; } -
- The topic ‘Remove bottom information just like the top’ is closed to new replies.