Remove only Author and the word "By" from post info
The topic ‘Remove only Author and the word "By" from post info’ is closed to new replies.
Need help? Check out our Support site, then
I know .author {display: none}; removes the post author but how do you remove the word By? want to keep the date only in the post info
thanks
The blog I need help with is: info.historyshots.com
You could try this:
.author {display: none};
.post-info {color:#fff;}
.date {color:#000;}
The “by” is not in its own div so cannot be removed separately.
The topic ‘Remove only Author and the word "By" from post info’ is closed to new replies.