• I’d like to change the hyperlink color in the body of my post only. My theme (Atlantica) has a setting to set the link color but it sets the color for lots of other things as well.

    “Pick the color that you’d like all links to appear as by default. This color will also be used as the basic link color, and across the theme as an accent (borders, some highlight text, etc.)”

    I’d like to modify the css to set a separate color only for the links in the body of the text, leaving the rest of the settings alone.

    Here’s a link to a recent post. https://thejenweaver.com/little-longer-resources-reflection/
    The dark blue shows on the links, the page buttons, author name and comment tally. I’d like to change the hyperlinks in text to #99cccc Please help. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .entry-content.jpibfi_container a {
      color: blue;
    }

    Would do it but obviously, you need to change your color, probably with a HEX value.

    .entry-content. a {
      color: blue;
    }

    I imagine that would cover it too.

    Thread Starter theweaverjen

    (@theweaverjen)

    That’s perfect! Thanks martcol!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change hyperlink color in body only’ is closed to new replies.