When I move the mouse cursor over a link, I want it to be underlined.

Permalink Browser Info Environment
When I move the mouse cursor over a link, I want it to be underlined. How do I edit it?
Thank you.

Type: Pre-Sale
Status: In Progress
dsds
View Replies:
c5box replied on at Permalink Reply
c5box
Hi,

Unfortunately, the core c5 WYSIWYG editor doesn't give you this customization option. But as a work-around you can use custom CSS.

Put your page on edit mode then go to settings > design > customization > custom css. Add a hover state to your links there.

James
dsds replied on at Permalink Reply
dsds
Thank you for your reply.
With the page in edit mode, go to Settings> Design> Customize> Custom css. The following code has added hover status to the link, but the underline is not displayed.

a {
text-decoration: none;
}
a: hover {
text-decoration: underline;
}

Please tell me how to change the text color, such as image links etc., so that only text characters are underlined, not underlined.
Thanking you in advance.
dsds replied on at Permalink Reply
dsds
P.S.
I would like a link hover for text only, but not for header navigation characters.
dsds replied on at Permalink Reply
dsds
I want to make the underline appear when the mouse cursor is applied to the link character other than the header navigation.
Can't you?
Thanking you in advance.

concrete5 Environment Information

concrete5 8.5.2

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

Click below to request a refund for License #8189892. Currently unassigned.
Created on Apr 26 2019 at 9:21 am
.