Tagged: x
-
AuthorPosts
-
November 23, 2016 at 3:38 am #1267989
Vincent CParticipantHello, 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
November 23, 2016 at 3:47 am #1267996
ChristopherModeratorHi there,
What you’re referring to is
h1tag.
Please add following code:h1.entry-title { font-size: 180%; }Hope it helps.
November 23, 2016 at 3:58 am #1268009
Vincent CParticipantHi 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.
November 23, 2016 at 4:07 am #1268021
LelyModeratorHi 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.
November 23, 2016 at 4:37 am #1268053
Vincent CParticipantThat was it!
Silly me.
Thanks 🙂
November 23, 2016 at 4:51 am #1268065
LelyModeratorYou’re welcome Vincent!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267989 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
