Home Forums Weaver Xtreme Theme Split: How to Change Heading Size Options for Post Editor?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #75054
    Yvonne
    Participant

    How to set your own header size H1, H2 etc.
    Custom Rules doesn’t work.

    e.g.

    h1 { font-size: 36px;}
    h2 { font-size: 34px;}
    h3 { font-size: 32px;}
    h4 { font-size: 30px;}

    #75055
    User
    Moderator

    @Yvonne

    Try:

    h1 {font-size: 3.250em; }  or  h1 {font-size: 3.250em !important;}

    etc….

    Regards.

    #75056
    scrambler
    Moderator

    If a rule does not work when placed in the theme global custom css rule box, check two things.

    first try adding !important to the rule

    h1 {font-size: 36px !important;}

    And if it still does not work review the whole content of the CSS rule box in search for syntax errors that would break the file

    You can c0py paste the content on the custom css rule box in an online CSS validator for that.

    If you still can’t figure it out. Leave the rule and post back with a link to a page where its effect should be visible, and precise what element in the page is supposed to be affected

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