Custom styling of links

Hey there!

I was thinking how I can customize the links inside my post content. The default mode doesn’t really go well with my site color theme. I want the links to appear somewhat like those in the following link:

Can you kindly help me out with the CSS code required to achieve this?

Thank you.

Hello Intesar,

Thanks for writing in!

I have checked the example url and I can confirm that he is using a custom css. You can replicate it in your site by

.entry-content p a {
    text-decoration: none;
    color: #000000;
    box-shadow: inset 0 -2px 0 #0DBE98;
}

Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

We would love to know if this has worked for you. Thank you.

1 Like

Thanks, @RueNel ! You’re the best. It worked great.

You’re welcome, Intesar.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.