Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1470506

    Hi,

    Thanks for all the great help offered here.

    Question: I would like to set up the links on my Secondary Menu to be such that when someone hovers on them, the link word gets underlined (and thus the user can easily see that these ARE links).

    I figure there must be simple CSS coding for this?

    Can you help?

    Thanks!

    Peter

    #1470519

    Hey Peter,
    We can help make your sub-menu links underlined on hover for desktop, but when I check your site it is not loading correctly, this is what I see:
    Screen Shot 2024 11 03 at 4.14.50 PM
    please check and once it is loading we can help.
    Please note that mobile devices don’t have a “hover” event.

    Best regards,
    Mike

    #1470525

    Hi Mike,

    Thanks for responding. Will you please just try reloading my homepage? I think you just caught it at a bad moment when it was misbehaving.

    Thanks again!

    Peter

    #1470543

    Hi,

    Thank you for the update.

    Question: I would like to set up the links on my Secondary Menu to be such that when someone hovers on them, the link word gets underlined (and thus the user can easily see that these ARE links).

    You can add this css code to underline the menu items on hover:

    #top #header_meta a:hover {
        text-decoration: underline;
    }

    Best regards,
    Ismael

    #1470580

    Hi Ismael,

    This worked perfectly! Thank you!

    I’ve been using Enfold now since version 4.2, and I’m very happy with it.

    Thanks again.

    Peter

    #1470586

    Hi,

    Thanks for the update and for using Enfold :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1470595

    Yes, Rikard, you can close it. Thanks again!

    Peter

    #1470600

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How Do I Make the Links on the Secondary Menu Get Underlined When Hovered Over?’ is closed to new replies.