I’ve done a little web work about 15 years ago, but I’m definitely not a modern day expert. I could use a little help with some CSS. Been stuck in two areas.
First, I’m having trouble getting my blog titles to have the right font.
The post page title uses the following CSS:
h1.blog-entry-title {
font-size: 14px!important;
font-weight: normal;
letter-spacing: 1px;
padding: 20px 0 5px;
}
But the golfBlog page it’s set to a different class (blog-permalink) which is changing things like the font family and size
font-family: ‘Varela’, sans-serif;
You can use the page level CSS to override and add the font-family and font-size