Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1942
    msintenie
    Member

    In which CSS document and how can I change the font size for the H1 and H2 tags for the theme simple catch pro?

    #1996
    Sakin
    Keymaster

    You can just add the css in the “Custom CSS” box in your Theme Options in WordPress Dashboard.

    For h1 you can change the font size as:

    h1 {
    font-size: 32px;
    }

    Same goes with h2.

    #3282
    christine0k3
    Member

    Hi Sakin!

    I’ve done this… but the size doesn’t change. I’ve also tried changing it in the stylesheet with no luck. Any ideas?

    Thank you!!

    #3303
    Sakin
    Keymaster

    @christine0k3: Can you send me your site URL. It should work. Also don’t edit the core theme file. You have to add it in your “Custom CSS” box in your Theme Options.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font size h1 and h2 tag’ is closed to new replies.