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.
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!
Hey abmich!
Have you tried using the !important rule? What is the CSS code you are applying?
Cheers!
Josue
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:
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
I was finally able to make this work but only after deleting the Default Header Background color under styles.
Glad you got it working, Let us know if you have any other questions or issues :)
Regards,
Josue