Tagged: post format
Hello, Is there any way I can make the ‘Author’ and ‘Date Published’ less prominent, maybe place at the bottom of the post or even make it invisible? Thank you Claudia
Hi Claudia1, To make it invisible please add below css
.entry-meta .by-author, .entry-meta .date { display: none; }
Thank you!