[Support request] Code to make link text BOLD

Home Forums Support [Support request] Code to make link text BOLD

Home Forums Support Code to make link text BOLD

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1828130
    Ella

    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!

    #1828358
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .sidebar .widget a {
        font-weight: 600;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.