How to remove author name from WordPress posts in CSS

1 Answer

0 votes
/* On Appearance - Customizing - Additional CSS write: */

.byline {
	display: none !important;
}

 



answered Jan 6, 2021 by avibootz
edited Jan 6, 2021 by avibootz

Related questions

1 answer 215 views
1 answer 233 views
1 answer 199 views
1 answer 232 views
2 answers 440 views
1 answer 497 views
...