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.
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.
Add this code at the bottom of your timber.scss file
b, strong {
font-weight: bold !important;
}