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

    Two questions re. customizing the main menu drop down.

    1) The main menu drop down is hanging too far below the main menu.
    This is what is holding it up:

    element.style {
        height: 88px;
        line-height: 88px;
    }

    How/where do I edit this? No stylesheet is indicated by Firebug.

    2) I want the color of the drop down menu font to be white (it is currently too dark).
    How do I edit this? (I’ve been looking long and hard for this!).

    Any help would be much appreciated.

    nik

    #309154

    Hey!

    1. That style gets applied to top-level menu items only, i’m not noting any ‘hanging’, could you please elaborate or post a screenshot of the issue?

    2. Add this code to Quick CSS:

    .sub-menu a {
        color: white !important;
    }

    Cheers!
    Josue

    #309490

    Fabulous Josue.

    I had managed to resolve the hanging submenu item after I posted.

    Your code changing the submenu font color to white is much appreciated!

    Gracias!

    nik

    #309512

    You are welcome Nik, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold: Customizing main menu drop down’ is closed to new replies.