Twentyseventeen, customize date and author font in blog posts
-
Hi
On https://rdm2017.wordpress.com/2017/06/01/snsf (and all further blog posts) I’d like to show the date and author, but move them further away from the title and set the whole line to #46505A, not just the author.
Thank you :-)
The blog I need help with is: (visible only to logged in users)
-
Hi manuschwendener,
You can do that by adding some custom CSS like this to your site:
.entry-date, .byline { color: #46505A; } .entry-header .entry-meta { padding-bottom: 20px; }You can learn more about adding custom CSS here: https://en.support.wordpress.com/custom-design/editing-css/
- The topic ‘Twentyseventeen, customize date and author font in blog posts’ is closed to new replies.