Change link color in posts only and underline links

  • Posted in : Editor
  • Solari
    Participant

    How can I do this in single post pages? I can’t seem to get it to work via CSS custom entries so I have more to learn.

    Basically I want to change the link color from the default set in customizer and add a subtle underline (dash?) to the link in the post.

    Thanks!
    Ray

    serkan
    Moderator

    Hi Ray,
    Dashboard > appearance > customise > colors > link color and hover color should be changed from here.
    You can use this custom css code for underline the links.

    .entry-content > p > a:hover { border-bottom: 2px solid #ccc; }

    Thanks

    Solari
    Participant

    That did the trick. Thank you!

    Ray

    serkan
    Moderator

    You are welcome

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register