Hi,
I have increased the H1 style’s font-size in style.css, but the increase doesn’t appear on the web page: http://nutsandboltspress.com/stay-at-home-business-ideas-free-chapter-offer When I use “Inspector” on the page’s H1 header, only the old font size is visible in “rules”. Any help would be appreciated ! Thanks, Mike
Hi mhiller!
Thank you for using our theme.
On the given page i found:
.page-id-3518 h1 {
font-weight: 900;
line-height: 1.5;
}
This limits your changes to this page ID. If you want to change h1 for all pages:
h1 {
font-weight: 900 !important;
line-height: 1.5 !important;
}
Best regards,
Günter