Forums

How do you change the size of the title font. (4 posts)

  1. justinluey
    Member
    Posted 2 years ago #

    I change the stylesheet and it doesn't work. I even added a new style in the header section and it always stays the same size.

    Thanks in advance for any help.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    A link to your site might help...

  3. AntonShevchuk
    Member
    Posted 2 years ago #

    For Constructor theme use follow code in CSS tab:

    #header h1 {
    font-size: 2.0em !important; /* default size */
    }
    #header h2 {
    font-size: 1.8em !important; /* default size */
    }

  4. justinluey
    Member
    Posted 2 years ago #

    Thanks, I forgot the !important

Topic Closed

This topic has been closed to new replies.

About this Topic