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
Hmm, still can’t seem to figure it out. Any other suggestions?
Can you post a link to your site?
yup. http://www.ryancovel.com
In the code it says its all there. Not sure whats up.
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
http://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.
Awesome, got it working now. Thanks to everyone who helped.
Hello,
Sorry this is a bug. This issue will be fixed in the next theme update.
Thanks for your feedback,
Cheers!
Hello,
This issue has been fixed. Please update the the latest version of Atout.
Thanks for your feedback,
Cheers!