Home › Forums › Gillion Theme › Hyperlinks on a Page with FAQ element
Home › Forums › Gillion Theme › Hyperlinks on a Page with FAQ element
How can I format hyperlinked text to show a blue colour and underline?
It’s currently built on a Page using the FAQ element.
I’m trying to make the customization on this page: https://everythingeczema.ca/faq/
I’ve tried using this CSS code from previous tickets but it doesn’t seem to work.
.single-post #content .post-content a {
color: #616161;
border-bottom: 2px solid #4687bf;
}
Thanks!Solution for this topic
Hi @kshocker,
I hope you are well today and thank you for your question.
Please try using the below CSS code.
.singular #content a {
color: #673AB7;
border-bottom: 2px solid #4687bf;
}
Best regards,
Shufflehound team
Thank you, that worked! Have a great day!
You are most welcome here 🙂