• I’m trying to correct some issues I see after a web company abandoned my website project in the middle of the development job.

    On the blog pages, I want to change some things, but I don’t see where to do this. Here’s the address:

    https://www.floridabizvideo.com/wordpress/blogs-and-articles/

    First, the fonts are too small. I’d like the blog/article titles to be 16 pt, and the copy to be 14 point.

    Also, I’d like to change the title in the blue bar at the top of the page, but again, I don’t see where to do this.

    Are these things handled in the template? Though I can work with CSS and HTML, I don’t know php so I’m not able to tell.

    Thanks!!!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Angietops7

    (@angietops7)

    Anyone?

    hii Angietops7,
    you can use this css code in your css for blog article titles

    .page-id-76 .content-lt.group a:first-child{font-size:16pt;}

    hope it`ll help you and make sure to backup your css file before edit files or make a child theame for that

    Thread Starter Angietops7

    (@angietops7)

    Hi Virendra,

    Thanks so much! Could you tell me where to place this? Does this just go on the style.css page?

    @angietops7

    yes, place it in your style.css file.

    Thread Starter Angietops7

    (@angietops7)

    Hi Mohammad – thanks so much. I was away for a week and just tried your fix. It worked! I really appreciate the help.

    Would you also be able to show me how to set the default font for copy in the body of all the static and blog pages to 14 pt?

    I’d like to leave the copy in the footers and headers as they are, but the copy in the body of all pages should be 14 pt.

    Is that possible?

    Thanks again!

    Thread Starter Angietops7

    (@angietops7)

    Anyone?

    I’m really confused about this issue, and still can’t figure this out.

    I tried to do it page by page, but it’s overwhelming. It doesn’t seem to work to just place the page content in a div that gives a style with 14 pt. I found I had to add style code to every paragraph to get the fonts larger. And any linked copy stayed small no matter what I did to it.

    I’d really appreciate help with this.

    Thanks

    Thread Starter Angietops7

    (@angietops7)

    Anyone? or virendra930?

    Thread Starter Angietops7

    (@angietops7)

    Just to let anyone know who might be interested in this issue, I was able to use a plugin called My Custom CSS to override styles.

    Thanks for the help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to change fonts of blog/articles listing page’ is closed to new replies.