Viewing 10 reply threads
You must be logged in to reply to this topic.
Hi
How do I change the colour of hyperlinked text?
Currently it is the same as normal text so you can’t see what is linked.
Thanks, Neil.
What steps? I just want to know how to change the style of hyperlinked text.
In ‘Customization’ I can change colour of text but there is nothing for linked text.
thanks, Neil.
okay…
Please share your website URL, wp-admin, and FTP info (Username and password) and send me using “Set as private reply”.
Thanks,
Customization > Custom CSS has this code added:
a:hover{
color: Red !important;
}
As you can see here:
Second paragraph has many links, none are changed.
You must be logged in to reply to this topic.