• Resolved RyanCovel

    (@ryancovel)


    Hi,

    I can’t seem to get my post to bold the selected font I want. I’ve gone into the code and tried putting <b> </b> myself, even though they were already there. Any suggestions?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Anita C

    (@mymothersdaughter)

    From the CSS, it looks like this:

    b, strong { font-weight: 400; }

    If you locate that, increase 400 to 600 which will darken it up.

    You should be able to find it here – atout/wp-content/themes/atout/framework/stylesheets/style.css

    Thread Starter RyanCovel

    (@ryancovel)

    Hmm, still can’t seem to figure it out. Any other suggestions?

    Can you post a link to your site?

    Thread Starter RyanCovel

    (@ryancovel)

    yup. https://www.ryancovel.com

    In the code it says its all there. Not sure whats up.

    Anita C

    (@mymothersdaughter)

    In your css, I still see this:

    b, strong { font-weight: 400; }

    Increase that number to 600 and it will bold.

    See screenshot. I increased the number using Firebug

    https://awesomescreenshot.com/0904vunx81

    Hello Ryan,

    The CSS on your site is preventing <b> and <strong> from applying bold. Add the following line to the end of your style.css to fix this: b, strong {font-weight: bold;}

    To edit your CSS, in your WordPress dashboard go to Appearance > Editor and in the right-hand side make sure you select style.css. You can add the line I showed earlier at the end of this file and hit update.

    Thread Starter RyanCovel

    (@ryancovel)

    Awesome, got it working now. Thanks to everyone who helped.

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    Sorry this is a bug. This issue will be fixed in the next theme update.

    Thanks for your feedback,

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    This issue has been fixed. Please update the the latest version of Atout.

    Thanks for your feedback,

    Cheers!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Font won't bold’ is closed to new replies.