Post Category Description Font
How can I modify the font (size, color, etc.) of the description of a post category? HTML code does not work here.
Find link to page below:
http://spiraloftime.com/category/despertar-mi-inspiracion/
Thank you in advance!
Comments
to change category description size and color, you need to use an extra css:
.category .the_content_wrapper { color: #000 !important; font-size: 30px !important; font-weight: bold !important; }