I’m trying to make only the years bold, but the whole thing is coming out in bold font. Can’t figure it out, please help.
‘’
Hi @DandyDeli
Can you edit your post and surround the code with three backticks (that’s the mark right below the tilde (~) instead of quotes?
Better still, it’d be easier if we saw your code. I understand you can’t post a link yet but you can post your codepen link and leave off the protocol. Like;
codepen.io/DandyDeli/pen/XXyyZ (where XXyyZ is whatever your pen’s been named)
Try wrap your dates in a class like below
.bold-text {
font-weight: bold;
}