Skip to main content

Single Post Link Colour

Comments

1 comment

  • KC George

    Hi Gary,

    As mentioned to you in another post, please add this code to your Additional CSS

    /*Add link color, underline and hover color to blog posts */

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

    p a:hover {
        color: #fe4800 !important;
    }

    0

Please sign in to leave a comment.