How to underline within blog post

QuestionsCategory: QuestionsHow to underline within blog post
Lee-Ann asked 4 years ago

Hello,
While writing on my website (I am using hello boho) I refer to other links within my article. At the moment the links are unable to be seen unless you hover over them with the mouse. I would like my links to show up with a line underneath so people know to click on them if this is possible?
Cheers
Lee-Ann

1 Answers
Jennifer Staff answered 4 years ago

Yes, you can do that.  The other option is to also change the primary link color, so it is a different color from your main text.  That option is in the color customizer. 
To add an underline add this to your additional css
 
a {
text-decoration: underline !important;
}

Lee-Ann replied 4 years ago

Thank you so much!!