Skip to main content

Comments

2 comments

  • KC George

    Hi PFA Razvan,

    In your WordPress Dashboard under Appearance - Customize, please try adding this to Additional CSS.

    /*Add link color, underline and hover color*/

    p a {
    color: #3581e4 !important;
      text-decoration: underline;
    }

    p a:hover {
        color: #fe4800 !important;
     }
    1
  • PFA Razvan Giula

    Thanks! It worked!

    0

Please sign in to leave a comment.