Tagged: , ,

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

    Hello – love your theme. The page layout editor is really powerful and the theme performs well.

    On my site at eatdrinktc.com I am having difficulty customizing the menu – specifically the following.

    1. The entire background of the menu bar – so it is a single, solid color
    2. The color & hover color of top level and sub links
    3. The font size of the title in the bar below the menu

    Normally I can use Firebug to determine what elements are in play but it appears that even when I add custom css into the quick code box it is over-ridden.

    Thanks!

    #170302

    Hey abmich!

    Have you tried using the !important rule? What is the CSS code you are applying?

    Cheers!
    Josue

    #170414

    I haven’t used the !important rule.

    I am just picking out selectors and trying to edit them. I would appreciate a list of the selectors for:

    • background of the menu container
    • font size and color of the menus & submenus
    #170680

    Hi!

    You can use this to change the color of the menu container:

    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #abbe31;
    }

    Font size of the main menu:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 13px;
    }

    Color of the menus:

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    color: red;
    }

    Regards,
    Ismael

    #170823

    I was finally able to make this work but only after deleting the Default Header Background color under styles.

    #170864

    Glad you got it working, Let us know if you have any other questions or issues :)

    Regards,
    Josue

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