• Hi all,

    I run a film blog using the Expound theme.

    I want to try and change the font size of my blog title and sub title using the theme’s editor. Could anyone point me in the right direction regarding where I put my <b>’s in the editor to do this, especially for the sub title (strapline) which I can’t seem to locate in the editor?

    Feel free to take a look (you can see how the titles are not very clear in their current size against the current background image). Site: thenumber-eightytwo.com

    Apologies in advance as I’m not too savvy with html so layman’s terms are appreciated.

    Many thanks,

    Jamie.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please post in:

    http://wordpress.org/support/theme/expound

    These changes will need to be made in CSS – you should use a custom CSS plugin so that your changes are not lost when the theme is updated.

    Looks like you have created some mark-up errors by adding a <b> someplace…take those out.

    .single .site-content .entry-title {
    font-size: 26px;

    this single paste in my css style sheet overrode nicely the large font on post titles. Just replace whatever size you want, I chose 26px for mine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing Blog title and sub-title of Expound theme’ is closed to new replies.