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 200 views
1 answer 212 views
1 answer 187 views
1 answer 220 views
2 answers 411 views
1 answer 476 views
...