This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
hello, what place I can change the code so that my links underlined? and what I have to code or replace?
Thanks
Hello,
Could you please clarify with more details what links exactly you want to change and show us screenshots?
Also please provide us with link to the page.
Regards,
Robert Hall.
I want to change the appearance of links in the text. Right now, the words of the text that link change color when moving the mouse over it. I wish they would change color and are always underlined.
Try to use the following code in Global Custom CSS
.page-content li a {
text-decoration: underline;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up