Tagged: 

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

    Is there a way to change the Enfold navigation menu so i can use color bar behind my menu like in demo:
    http://codecanyon.net/item/mega-main-menu-wordpress-menu-plugin/full_screen_preview/6135125

    My (currentbut old) Joomla site contains a bar with a color behind my menu items i cannot get it fixed in this menu.
    I can use background behind my logo but that is not what i want i want my menu items to have a background.

    Mega Main menu as in the previous link seems to do the job…

    #366628

    Hi,

    i dont think there is a easy way to implement another menu.
    But we can provide you with some CSS code to modify the style of the menu in enfold.

    Just tell us exactly how you want it to look like.

    As an example, here is some simple CSS to change the background color of all menu items:

    `#avia-menu>.menu-item {
    background: #ff0000;
    }’

    Here you can see where to add this code: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    greetings

    #366648

    Hi!

    You can choose to display menu below logo in Enfold theme options > Header and then add following code to Quick CSS in Enfold theme options under General Styling tab to change the background color of menu bar

    div#header_main_alternate {
    background-color: red;
    }

    Cheers!
    Yigit

    #366716

    Hello Yigit,

    Works perfect!
    Thanks again, but i tested with MegaMenu that works as well.
    Now we’ve got to much choise ;-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can i replace the Enfold Theme menu’ is closed to new replies.