Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1043901

    Hello!

    How can I change the background color of the navigation menu (black) to another color in ENFOLD?

    Best regards

    Morcy

    #1044037

    Hey Morcy,

    Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #1044044

    Hi Jordan,

    see PM

    #1044057

    Hi,

    Add this to quick css:

    #header_main_alternate .container, #top #header .av-main-nav > li > a{
    background:#a4201b!important;
    border:#a4201b!important;
    }

    Best regards,
    Jordan Shannon

    #1044269

    Hello Jordan!

    Many Thanks! Unfortunately left and right areas remain black. How can I change the color of these areas?

    Screenshot

    Best regards

    Morcy

    #1044474

    Hi,

    Please add my code to the very top of quick css so it runs first. Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1044567

    Hi,
    cache was deleted several times, page refreshed, result remains the same. In Safari, Chrome and Firefox

    Quick CSS

    Logins see PM!

    Best regards

    Morcy

    • This reply was modified 5 years, 11 months ago by Morcy.
    #1045055

    Hi!

    The solution given is only partially successful, as previously posted (post #1044269). Is there also a solution for the left and right side of the navigation bar?

    Regards

    Morcy

    • This reply was modified 5 years, 11 months ago by Morcy.
    #1045114

    Hi,

    Please try this as well:

    #top #header_main_alternate {
      background-color:#a4201b!important;
    }

    Best regards,
    Rikard

    #1045182

    Hi,

    here is the result:

    Screenshot 2

    Both codes only work in one part of the menu bar. If I put both in Quick CSS, there is no change.

    Regards

    Morcy

    • This reply was modified 5 years, 11 months ago by Morcy.
    #1045337

    Hi,

    It has to be a caching issue. This is what I see on my end:

    https://snag.gy/LYfqcr.jpg

    Best regards,
    Jordan Shannon

    #1045354

    Hi Jordan,

    no, I removed the code from Post #1044057 because it does not look good. I am still interested in changing the menu bar to the specified color in full screen width. Your code and that of Rikard only change parts of Menubar. You can try it yourself in the backend (see PM in post #1044567).

    Regards

    Morcy

    #1046256

    Hi,

    for my problem, there is apparently no solution. This is unfortunate, especially since the Kriesi support has always been able to help me.

    Best regards

    Morcy

    #1046689

    Hi,

    Apologies for the delay. I logged in and added the following to quick css and it worked:

    #header_main_alternate .container{
    background:#a4201b!important;
    }
    
    #top #header .av-main-nav > li > a{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

    #1046783

    Hi Jordan,

    unfortunately this is not the desired result, see screenshot. The still black areas left and right should get the changed color.

    Best regards

    Morcy

    Screenshot 18.12.2018

    #1046814

    Together with the code from Rikard, it now works as desired. Many Thanks!

    #header_main_alternate .container{
    background:#a4201b!important;
    }
    
    #top #header .av-main-nav > li > a{
    background:transparent!important;
    }
    
    #top #header_main_alternate {
      background-color:#a4201b!important;
    }

    Screenshot

    Best regards

    #1046837

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Cchange the background color of the navigation menu’ is closed to new replies.