Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416449

    anncox1289
    Participant

    I am here (please see screenshot).

    How do I create a hoverable drop-down menu?

    Thanks so much.

    #1416673

    Jade
    Moderator
    #1417864

    anncox1289
    Participant

    I have followed these steps, and I do not see the “Our Services”‘s menu drop down whenever I hover over it. Please explain how to do this and provide more details.

    thanks.

    #1418177

    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1419061

    anncox1289
    Participant
    This reply has been marked as private.
    #1419443

    Nabeel A
    Moderator

    Hi again,

    You forgot to provide the username. Please provide us the username so we can take a look.

    Thanks!

    #1421968

    anncox1289
    Participant
    This reply has been marked as private.
    #1421969

    anncox1289
    Participant

    is there a way to make the username private?

    #1422102

    Jade
    Moderator

    Hi there,

    I have made the username private. I have also made the changes in the menu settings on your site.

    In making a menu item a submenu of a main item, you can simply add it in the same menu and drag and drop it under the main menu item so that it will show up in the dropdown.

    Hope this helps.

    #1422169

    anncox1289
    Participant

    thank you.

    does the drop down not appear when you hover over it?

    also, how do you change the font of the drop down?

    #1422577

    Prasant Rai
    Moderator

    Hello There,

    Drop down menu is working fine on hover. Please see screencast. https://www.screencast.com/t/EOffdrzzMRf

    You can add this under Custom > CSS in the Customizer to change dropdown font size:

    .desktop .sub-menu li>a {
        font-size: 18px;
    }

    Thanks.