Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #346856

    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

    #347111

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.