use the language manager in "Extensions > Language Manger > Overrides" to change or remove the "Category", "Written By", etc...
see screenshot.
This image is hidden for guests.
Please log in or register to see it.
You can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_osmosis-custom.css). For this issue add this to the custom CSS file/* Hide Icons */
body .category-name:before, body .published:before, body .createdby:before {content: '';}
/* Change Font */
body .createdby {font-family: sans-serif;}
More info here:
www.gantry-framework.org/documentation/j...custom_stylesheet.md