-
AuthorPosts
-
May 7, 2014 at 7:06 pm #261459
Hi,
your theme supports Ubermenu and on another site running wordpress 3.9 with enfold version 3.7 installed I use custom css (Code from sevenspark) to change the Uber menu background colour of the current page and it works perfectly
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-item > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-item > span.um-anchoremulator,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-parent > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-parent > span.um-anchoremulator,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-ancestor > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-ancestor > span.um-anchoremulator{
color: #7f4c99;
background-color:white;
}Now on another site http://www.agathosfinancial.ie running wordpress 3.9 with enfold version 3.7.1 installed I use the exact same custom css to change the Uber menu background colour of the current page and it does not work
The only difference is the version of Enfold.
What can I do to fix?
Thanks
May 7, 2014 at 8:21 pm #261487Hey GOWD!
Please add following code to Quick CSS as well
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a { background: white; }
Regards,
YigitMay 8, 2014 at 6:13 pm #261909Hi Yigit, I applied the css you sent me but unfortunately it did not change anything!
May 9, 2014 at 8:54 am #262231Hey!
Thank you for using the theme!
Are you trying to change the background color of the whole header? I noticed that when you scroll, the header background is transparent. Please add this on Quick CSS or custom.css:
div#header_main, #header_main_alternate { background-color: white !important; }
Cheers!
IsmaelMay 9, 2014 at 2:06 pm #262359Hi Ismael, your code was fine, the issue was actually being caused by the permissions on the themes generated css file:
http://agathosfinancial.ie/wp-content/uploads/dynamic_avia/enfold.css
That file must be publicly viewable for the theme styling to load.
Your colleague Devin notified me of the issue.
Thanks for your help, you may now mark this thread as resolved -
AuthorPosts
- The topic ‘Uber Menu CSS issue on 3.7.1’ is closed to new replies.