Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1219840

    Hi!

    I changed the background of the main menu line with the help of Kriesi support. Now the Mobile Menu (3 dark lines) is difficult to see. How can the color of the Mobile Menu (3 lines) be changed to white?

    URL: https://meister-sicher.de

    Best regards

    Morcy

    #1220061

    Can someone help?

    #1220104

    Hi,

    Please replace the CSS you got earlier with this:

    @media only screen and (min-width: 768px) {
    #top #header .av-main-nav > li > a {
        background-color: #719430!important;
    }
    }

    Best regards,
    Rikard

    #1220165

    Hello Rikard,

    thank you for your answer. If I replace the CSS, the mobile menu looks good, but the desktop menu does not (see pm). So for the time being, I’m sticking to the previous solution. Is there another solution where the desktop view can remain as before, but the mobile menu is more readable?

    Best regards

    • This reply was modified 4 years, 5 months ago by Morcy.
    #1220273

    Hi Morcy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        #top #header .av-main-nav > li > a {
            background-color: #fff!important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1220320

    Hello Victoria,

    now the mobile menu is also readable. Wonderful! Many many thanks!

    Best regards

    Morcy

    #1220708

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1220778

    Hi!

    Thank you so much! The thread can be closed.

    Best regards

    Morcy

    #1220929

    Hi,

    If you need additional help with this topic, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Enfold Mobile Menu’ is closed to new replies.