The styling of the meta data (post date, comments, etc) that appears under the blog and single posts titles in the Salient Theme can be customised.
See before and after…
Before:
After:
The instructions:
The following CSS can be added to wp-admin > Salient > General Settings > CSS/Script Related to customise the display of meta data text that appears under post titles.
/* Blog Meta Data Style*/ .post-header, #single-below-header span { margin-bottom: 12px; font-size: 12px !important; color: #888; } /* Single Post Meta Data */ .single #single-below-header span { margin-bottom: 12px; font-size: 12px !important; color: #888; }
Leave a Reply