• Hello,
    I don’t know how to change the color of my Hyperlinks in my https://swissthomas.ch/ pages.
    I’m using theme “Twenty Thirteen”.
    Default hyperlink color is brown, not underlined.
    I’d like it to be color = blue, and underlined which is www default I assume.
    I’m not a technician … and not a specialist with CSS etc.
    So where do I make my changes and how?
    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    a, .entry-meta a, entry-content a { 
       color: midnightblue;
       text-decoration: underline;
    }

    To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter ethomasforumuser

    (@ethomasforumuser)

    Hello Steve,
    Thank you very much.
    I’m halfway happy.
    I’d like to be the color = blue for all my links.
    It’s not. I have tried your code with midnightblue and blue.
    At least links are now underlined.
    Please see e.g. https://swissthomas.ch/torah-of-messiah-studies/.
    So what can I do to see the hyperlinks in blue?
    Regards, Thomas

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I gave you the code to color your links; you can pick whatever color you like.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Hyperlink Color and Underline’ is closed to new replies.