Skip to main content

Blog content link highlight

Comments

2 comments

  • Ariel H.

    Hi Sofia,

    Thank you for reaching out to us.

    Please try using the following CSS:

    .brz .brz-wp-post-content a {
        width: 100%;
        color: #3581e4 !important; /* Default text color */
        text-decoration: none; /* Default underline style */
    }

    .brz .brz-wp-post-content a:hover {
        text-decoration: underline; /* Underline on hover */
      color: #fe4800 !important; /* Text color on hover */
    }

    You may change the colors as needed.

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0
  • Sofia Pereira

    Yeaah this works :D Thank you so much Ariel!

    0

Please sign in to leave a comment.