Home › Forums › Gillion Theme › Hyperlink formatting
Home › Forums › Gillion Theme › Hyperlink formatting
Hi! I would like hyperlinks in my blogs posts to be indicated by a line just like the example in the image I’ve attached. How do I get this done?
Hi @Antoinette,
I hope you are well today and thank you for your question.
Could you please share the blog post page URL from your site where it is displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
The image I referenced is not from my website. I just want my website to show hyperlinks like the example I shared.
My website currently shows hyperlinks as blue.
Can that be achieved?
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-post #content .post-content a { color: #616161; border-bottom: 2px solid #4687bf; }
Thank you! Just to confirm – this css code will make a line appear under words to indicate that it’s a hyperlink?
Thank you!
You are most welcome here π
Just to confirm β this css code will make a line appear under words to indicate that itβs a hyperlink?
Yes, hyperlinks of blog posts.
Awesome! This worked. Thanks!
You are always welcome here π