[Resolved] Make all links within a blog post – bold

Home Forums Support [Resolved] Make all links within a blog post – bold

Home Forums Support Make all links within a blog post – bold

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #905094
    Elia

    Hi there,

    We would like to make all links within a blog post as bold. Is this a correct code for this?

    .single-post .inside-article a {font-weight: bold;}

    It seems that the code also change the links to the Bold for the Previous/Next articles section. We don’t need that. We only need to change the font-weight for all links inside the article itself

    #905175
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .single-post .inside-article .entry-content a {
        font-weight: bold;
    }
    #905216
    Elia

    Thanks a lot, David!

    #905229
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.