Archived topic
Code to make link text BOLD
1 reply · Started by Ella on June 20, 2021
Viewing posts 1–2 of 2
Hi guys, on my sidebar I have Categories listed and Recent Posts etc which are all written in my link colour. On here, I need the link colour to be bold however, as it's a little too faint without it. To do this, do I need to add some code into the CSS classes? And if so, what's the code to indicate that you want the text in bold please? Thanks!
Hi there,
try this CSS:
.sidebar .widget a {
font-weight: 600;
}
This archived topic is closed to new replies.