Skip to main content

Links don't show up in Brizy Posts Template

Comments

1 comment

  • KC George

    Hi Peter,

    You are right, Brizy does not have a feature to highlight hyperlinks. However I see that your blog post hyperlinks are highlighted with an underline. Could you solve the problem already?

    You could add this to Additional CSS if you need to highlight hyperlinks using a normal and hover color

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

    p a {
    color: #3581e4 !important;
      }

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

Please sign in to leave a comment.