[Resolved] Hyperlinks

Home Forums Support [Resolved] Hyperlinks

Home Forums Support Hyperlinks

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #480046
    Janine

    Hi, guys!

    Previously, Leo provided me this CSS:

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

    It works beautifully, but I don’t I only want hyperlinks to be bolded. I don’t want my post titles or meta entries and links to be bolded. How can I accomplish this?

    Thank you!

    #480047
    Janine

    I also don’t want Read More to be bolded. Thank you!

    #480083
    Tom
    Lead Developer
    Lead Developer

    Perhaps try this instead:

    .entry-content a {
        font-weight: bold;
    }
    #480301
    Janine

    Thank you, Tom. That worked!

    #480311
    Janine

    Now that I’ve added this CSS rule. When I try customize hyperlinks hover and visited in the Customizer, nothing happens.

    What CSS rule(s) do I need to control the behavior of hyperlinks hover and visited? Thank you!

    #480390
    Leo
    Staff
    Customer Support

    Hi there,

    Like this:

    .entry-content a:hover,
    .entry-content a:visited {
        font-weight: bold;
    }
    #480544
    Janine

    Thanks, Leo. That worked too.

    #480784
    Leo
    Staff
    Customer Support

    No problem 🙂

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