Changing blog title font size in Mountains theme

I’m creating a website using RapidWeaver 8 and the new mountains theme.

I find the post titles on my blog page to be much larger than I’d like it to be. I’m sure it’s a “simple” CSS change, but I have no idea what it would look like or where I would apply it.

This is a link to the published blog page: http://www.piratesguidestory.com/blog/

Thanks in advance - I’m a newbie at this kind of thing.
Jennifer

Add this CSS to your site wide or page level CSS container.

h1.blog-entry-title {
    font-size: 2em;
}

Play around with the value until you like what you see.

1 Like

Genius! Thank you so much! That solves the problem (and I do know just enough about code to change the 2 em around a bit). Cheers to you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.