Site logo

[Resolved] Underline Links On Hover

Home Forums Support [Resolved] Underline Links On Hover

Home Forums Support Underline Links On Hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2576600
    Ernst

    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.

    #2576755
    David
    Staff
    Customer Support

    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.

    #2577080
    Ernst

    Hi David,

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

    #2577209
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.