Forums
Home / Theme: ColorMag / Hide post author name from anywhere.
(@nayon129250)
4 years, 7 months ago
Can I hide post author name from anywhere like home page,slider,post view etc.
(@rohitkc32)
Hey @nayon129250
Go to Appearance > Customize > Additional CSS > And add the following CSS code :
Appearance > Customize > Additional CSS >
.below-entry-meta .author{ display: none; }
Best Regards!
Thx.
Glad to help you! Do let us know for further queries.