Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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

    #261487

    Hey 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,
    Yigit

    #261909

    Hi Yigit, I applied the css you sent me but unfortunately it did not change anything!

    #262231

    Hey!

    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!
    Ismael

    #262359

    Hi 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Uber Menu CSS issue on 3.7.1’ is closed to new replies.