Tagged: x
-
AuthorPosts
-
September 21, 2016 at 8:57 am #1184646
aaron_softwarepromotionsParticipantHello,
The font on our website appears to change just after the page loads.
Could you please help me determine why this is happening and how can I fix it?
This is out website:
If you click around from page to page using the top nav, the H1 tagged text appears to go from very bold to not so bold.
Thanks and I look forward to your reply.
Aaron
September 21, 2016 at 9:40 am #1184715
RahulModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link to your site
β WordPress Admin username / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 21, 2016 at 11:53 am #1184967
aaron_softwarepromotionsParticipantThis reply has been marked as private.September 21, 2016 at 3:37 pm #1185387
JadeModeratorHi there,
Please update this code:
.hero-heading-top { margin-top: 7%; font-size: 420%; }to
.hero-heading-top { margin-top: 7%; font-size: 420% !important; font-weight: bold !important; }Hope this helps.
September 21, 2016 at 3:55 pm #1185421
aaron_softwarepromotionsParticipantThis reply has been marked as private.September 21, 2016 at 10:37 pm #1185885
LelyModeratorHello Aaron,
I saw this on your child theme style.css:
.h1 { color: #b2c537; font-weight: bold !important; font-size: 420%; font-weight: 600 !important; }Please update to this:
.h1 { color: #b2c537; font-weight: bold !important; font-size: 420%; }Then remove
font-weight: bold !important;from this:.hero-heading-top { margin-top: 7%; font-size: 420% !important; font-weight: bold !important; }Since hero-heading-top class is not added on other headings it would be better to add the font weight on the h1 class.
Hope this helps.
September 22, 2016 at 8:26 am #1186376
aaron_softwarepromotionsParticipantThis has been helpful but there are still some issues with some of the other headings.
If you look at that same page, when it loads the text on some headings is bold but then seconds later it shrinks down to normal.
I would like to keep it bold but I don’t know what is causing the problem.
Thanks and I look forward to your reply.
Aaron
September 22, 2016 at 11:29 am #1186620
ChristianModeratorHey Aaron,
This is because of this CSS in your style.css
.h3 { font-weight: 900 !important; font-size: 240%; letter-spacing: 1px !important; margin: 0 0 20px 0; text-transform: uppercase; }Please remove the
font-weightThanks.
September 22, 2016 at 11:29 am #1186622
ChristianModeratorHey Aaron,
This is because of this CSS in your style.css
.h3 { font-weight: 900 !important; font-size: 240%; letter-spacing: 1px !important; margin: 0 0 20px 0; text-transform: uppercase; }Please remove the
font-weightThanks.
September 22, 2016 at 11:29 am #1186623
ChristianModeratorHey Aaron,
This is because of this CSS in your style.css
.h3 { font-weight: 900 !important; font-size: 240%; letter-spacing: 1px !important; margin: 0 0 20px 0; text-transform: uppercase; }Please remove the
font-weight: 900 !important;Thanks.
September 22, 2016 at 12:17 pm #1186688
aaron_softwarepromotionsParticipantThank you.
September 22, 2016 at 12:35 pm #1186710
Prasant RaiModeratorYou are most welcome. π
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184646 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
