Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Bolding Links onlt in posts

  • jetsetandforget

    Hi! Is there a way to bold just the links within a blog post/ page and not ALL the links across the site?

    I found this CSS in the forum but it changes the color of the home page links also. I would prefer to just change the links within the blog posts to another color, and not the home page if possible….

    #content a {
    font-weight: bold !important;
    }

    Let me know thanks!

  • Hi there,

    You can add .single-post beofore #content, so it only targets posts.

    .single-post #content a {
        font-weight: bold !important;
        color:red;
    }
  • jetsetandforget

    ah Ok thanks, for now I am going to leave it as is until I figure out what color to use. thanks for the code, it worked!!

  • You are welcome   🙂

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