• Resolved blyon

    (@blyon)


    I have yet to find a way to change the font that displays the date of a post, and the post synopsis itself, as shown on my main page. The advanced>content font option only changes the font within an entire page the shows the blog post after clicking the title to follow the url to the page. The synopsis and date on the main page are, from what I can tell, unchangeable.

    Thanks in advance!
    Banning

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi @blyon,

    Your theme applies very specific CSS to those elements, which is why the plugin can’t overwrite them.

    You can still fix this by navigating to Appearance → Customize → Additional CSS and adding something like this:

    
    time.entry-date,
    .blog-feed-post-wrapper p {
        font-family: 'EB Garamond', sans-serif;
    }
    
    • This reply was modified 5 years, 9 months ago by DannyCooper.
    • This reply was modified 5 years, 9 months ago by DannyCooper.
    Thread Starter blyon

    (@blyon)

    Excellent! Thank you very much, Danny!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to Change Date and Post Synopsis Fonts’ is closed to new replies.