Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #199774

    Hello Enfolders

    Tonight my questions are about the MENU.

    I want to create menus that drop down instead of aligning horzontially.

    I also want to change the highlight color of the highlighted dropdowns, somehow I was able to change one color but can’t recall how?

    “rookie!”

    Can someone throw me a hand?

    #199803

    Hi MaxMyBody1!

    Please refer to this link: http://codex.wordpress.org/Appearance_Menus_Screen#Rearranging.2C_Configuring.2C_and_Deleting_Menu_Items

    Create a single menu then drag a menu item slightly to the right of the menu item above it to create a hierarchy (parent/child) relationship in the menu. This will create a drop down menu.

    Cheers!
    Ismael

    #199904

    No I’m sorry not quite what I’m talking about, I know how to affect those item, I mean the actual menu subs themselves, they are currently displaying in a horizontal layout, and I want a verticle layout. Can you help with that one? Because I can’t locate the link anywhere!

    #199998

    Hey!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to change hover state of sub menu items

    #top .header_color .main_menu .menu ul li>a:hover {
    color: blue;
    }
    .header_color .main_menu .menu ul li a:hover {
    background-color: red;
    }

    You can use Mega Menu ( you can find instructions here http://vimeo.com/channels/aviathemes/67651241 ) but if you really need to make dropdown menus horizontal, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Best regards,
    Yigit

    #200101

    I understand that but I think you misunderstood my last request. I have seen the option to adjust the “Sub-Menus” that are generated when the user hovers over the home page menus.
    Isn’t there an option to make the sub menus “DROP DOWN” instead of “ALIGNING HORZIONTALLY”

    that is my question, because i’m sure that I have toggled this before, because our first menu element upon hover is a dropdown but the other 4 menu elements (about/ surveys/ blog /social network) are “Horizontal Drop Downs”

    #200334

    Hey!

    Can you please give us a link to the website? A screenshot explaining what you want will help.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu questions’ is closed to new replies.