Blog posts | sidebar headings | font size

  • Unknown's avatar

    Hello there WordPress.com folk
    I am using the Theme 2016.
    – I would like the blog-post titles that appear in my site’s right-hand sidebar to be the same as the font size in the body of the pages (19px).
    – I wonder if someone out there has a simple Additional CSS code that will do this?
    – NB The Simple Audio Player in the sidebar already has some Additional CSS to adjust its font-size.
    Thanks …

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    Accepted answer

    Hi there!

    Based on your website, you can use the following CSS code to achieve the desired result:

    .wpnbha .article-section-title {
        font-size: 19px;
    }

    I hope that helps! Let us know if you have any other questions. :)

  • Unknown's avatar

    Thank you so much.

  • The topic ‘Blog posts | sidebar headings | font size’ is closed to new replies.