Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267989
    Vincent C
    Participant

    Hello, this relates to https://www.yoga123.fr/a/yoga-facial/

    I am trying to change the size of my headings (H2) and added this to the global CSS file, but the size is not changing. Anyone can assist?

    h2, .h2 {
        font-size: 180%;
    }

    (see http://take.ms/FCwXu)

    Thanks.

    V

    #1267996
    Christopher
    Moderator

    Hi there,

    What you’re referring to is h1 tag.
    Please add following code:

    h1.entry-title {
        font-size: 180%;
    }

    Hope it helps.

    #1268009
    Vincent C
    Participant

    Hi Christopher,

    I am referring to the h2 headings on the page, not the h1: See http://take.ms/BAoQ0

    I tried h2.entry-title but that didn’t work. Any idea?

    Thanks.

    #1268021
    Lely
    Moderator

    Hi There,

    You’re correct that is an h2 and the CSS on your first post is correct. But it is not working because you have CSS syntax error prior to that custom CSS. Please look for this line:

    / *Typography headings */
    Update that line to this:

    /*Typography headings */

    We have to remove the space between / and *. That is considered syntax error. Check again after that.

    Hope this helps.

    #1268053
    Vincent C
    Participant

    That was it!

    Silly me.

    Thanks 🙂

    #1268065
    Lely
    Moderator

    You’re welcome Vincent!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1267989 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>