Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Brian,

    It looks like a CSS conflict with font-weight bold. If you edit your CSS by adding the following code below, it should make it lighter.

    strong, b {
    font-weight: 600 !important;
    }

    Sincerely,

    Andy Huang
    Shareaholic Support

    Thread Starter brianjo

    (@brianjo)

    Hello Andy. That fixed it, thanks so much.

    There’s another area however I just noticed that it is bolding…the header wording at the top right (Expert Online Marketing Advice). Have a look at the homepage https://onlinemarketingsecrets.com/ , then look at this post https://onlinemarketingsecrets.com/generating-traffic-using-facebook/ . As soon as the plugin loads on that post, the font bolds.

    As before, any help would be greatly appreciated.

    Thanks again,
    Brian

    Yes, you can set the style:

    .social_header .phone-info span {
    font-weight: 600;
    }

    It’s because when you set font-weight: bold, it will default to your custom font which has a max font weight of 600, but when our apps are loaded, it will use our custom font of font-weight 700 which is what font-weight: bold actually refers to.

    Thread Starter brianjo

    (@brianjo)

    Excellent…that did it, thanks so much!

    Brian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bolded font changing…becoming too bold’ is closed to new replies.