I am trying to hide the list of categories that appears under my blog posts…help?
http://nataliagabrea.com/blog/
HI Natalia,
To hide category Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.entry-meta span.category { display: none; }
Thank you!