CSS code for removing author info after each post in Matala
-
Can anyone share the code for removing the author information after each post? I am currently using Matala
The blog I need help with is: (visible only to logged in users)
-
This CSS removes the author info at the end of each post in the single post page.
.single-post div#author-info { display: none; }Please let me know if you need anything else :-)
-
- The topic ‘CSS code for removing author info after each post in Matala’ is closed to new replies.