Forums
Home / Theme: Minamaze / Author name
(@tekess)
10 years, 7 months ago
How do you hide/remove the author name form posts?
(@rk4002)
I did this in the stylesheet.
.entry-meta .author { display: none; }
(@badnoddy)
10 years, 6 months ago
In addition to hiding the author name, I want to remove the category and date from posts as well. is it a simple case of changing the above to
.entry-meta .category { display: none; }
and
.entry-meta .date { display: none; }
EDIT: The above works if anyone else needs to remove those as well.
(@tomorrownight)
10 years, 5 months ago
these are not present in the style sheet anywhere