• Hello,

    I’m having trouble, since I updated to 2.8.6, with the title of my blog and the post titles. On the main page of the blog http://www.acanthus.com/blog the titles of the the blog and the posts are the proper size. When you click on a post (either the title, more or comments links) the titles of both the blog and the posts reduce to a font size smaller than the body of the post. Any help in where I can change this setting and how to change this setting would be greatly appreciated. I’m pretty sure it is in the style.css but I have no idea where or how to make the change

    Thanks,
    Chuck Bender

Viewing 2 replies - 1 through 2 (of 2 total)
  • You really need to start by sorting out some of the validation errors in your theme – especially in header.php where there’s a whole block if HTML markup before the opening <body> tag.

    Meanwhile your single post titles are being resized by bubblecast_comment which is inserting CSS resizing all links (including those used as post titles) to 12px. So you either need to get rid of bubblecast_comment or edit your theme’s single.php template file and remove the link around the post title.

    Thread Starter cbender

    (@cbender)

    Esmi,

    Thanks so much. In the end, I didn’t have to do much except update bubblecast to the lastest version. That problem is solved, at least.

    I’m not really an html person so I’ll have to do a bunch more reading before I begin to understand what those validation errors are and how to fix them. Thanks for the insight.

    Chuck Bender

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog and post title fonts’ is closed to new replies.