Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #601492

    Hi –

    The background color is black on the hamburger menu when I hover or choose something on mobile or tablet views.. How do i make it white?

    Also, how do I edit the phone number at the bottom to not show up on mobile or tablet?

    Thanks!

    • This topic was modified 8 years, 9 months ago by Oliviasimone.
    #601497

    Hi Oliviasimone!

    I tried your web site on my iPad and could not locate the issue.
    can u please let us know which size u seen that happening?

    Best regards,
    Basilis

    #601536

    On any phone it occurs, and when you resize your browser on a desktop to fit into different media query sizes. There is also the phone number showing up in a larger text and color, and I need it to be the same as the other options on the menu.

    #601544

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a#advanced_menu_toggle:hover {
        background-color: white!important;
        color: black!important;
    }

    Regards,
    Yigit

    #601613

    Hi Yigit-

    That code actually changes the background color on the desktop version, and only changes the text background color, not the entire wrapper section.

    #603632

    Hey!

    Please add this css code:

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle:hover, #advanced_menu_hide:hover {
        background-color: #ffffff;
        color: #000000;
        border-color: #000000;
    }
    }

    Remove browser and plugin cache if there is any.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.