Why isn't text bolding on my live site?

Hi there,

We are trying to bold text in the description box on a few pages. When we do this though, it does not bold on the live site. I have looked at the HTML, and the tags are appropriately placed and still nothing.

@IronUSA

Add this code at the bottom of your timber.scss file

b, strong {
    font-weight: bold !important;
}
3 Likes