Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22509

    Can’t seem to affect the blog entry title font size. Lots of research, lots trying the customize font header, sub-header, text, and custom css entries. Nothing will change the size. Any help appreciated. site is https://uatrisk.com/WP/my-blog/.

    #22511
    Arnel C
    Member

    Thanks for your question about changing the Bog Entry title font size. You should use a browser inspect option and then find the actual identity of the title you’re trying to change.  For example:

     

    05.24.2018-15.52.37

     

    When you have identified, you can go into the Customize section, then go to Advanced and add Custom CSS to modify the title.  For example, you could add this could in the CSS section:

    .site-title a {font-size: 20px;}

    That should change the site title as identified in the screenshot above.

    I hope that helps to answer your question! If you require further assistance please let us know!

    Regards,
    Arnel C.

    #22510
    hmarktaylor
    Member

    I found it in the inspector after refreshing the site. It is .entry-header a {font-size: 14px;}. I think i was missing the “a” before. Thanks Arnel. What a pain but now I know how to find what I’m looking for in the CSS and code by using the Inspector.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change blog entry title font size’ is closed to new replies.