Site logo

Archived topic

Underline Links On Hover

3 replies · Started by Ernst on March 22, 2023

Viewing posts 1–4 of 4

Good morning,
if in the Customizer “Underline Links” is set to “On Hover”, then all links in the buttons of GenerateBlocks are also underlined when the mouse hovers over them. How can this effect be turned off for GenerateBlocks buttons?
You can see the effect on the page:
Leos Hundehalstuch
Kind regards Ernst.

Hi there,

for finer control over where links appear, disable that option in the Customizer and use some CSS:


.entry-content p a:hover {
    text-decoration: underline;
}

This will now apply to links that are in text only.

Hi David,

thanks for the hint. It does exactly what it is supposed to do.

Glad to hear that!

This archived topic is closed to new replies.