Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1445914

    Hi,
    I used to have a different Enfold site and transfered the old site to my new domain. I changed the color themes and the site is beautiful now. There is only one very small thing that bothers me. When I click on the mobile menu, there is a short pop up or highlight color from the old website. It used to be blue, after less than a second this color dissapears again when it is loading the site. I have looked at all my color settings, but, I can’t find the setting for this.

    I hope you could help.

    Thanks in advance,

    Daniel

    #1445980

    can you make the link to your page public? releasecfs etc. i found a lot about you – but i do not see the “highlight” you are talking about.
    Presumption would be the background of: .html_stretched #wrap_all

    #1446060

    It’s releasecfs.com

    It only lids up blue on mobile touchscreens.

    Thanks in advance

    #1446085

    on my iPad i do not see any blue pop ups.
    have you erased your device cacheing?

    #1446088

    Hi,
    This color is from your browser, you will alos notice that it occurs on your logo and burger menu icon, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to remove it:

    .av-active-burger-items,
    #header_main .logo,
    #header_main .av-burger-menu-main {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .av-active-burger-items:focus,
    #header_main .logo:focus,
    #header_main .av-burger-menu-main:focus {
        outline: none !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1446125

    Thanks a lot for your time Mike. my apologies if this was a stupid question. Now it works well, I am glad. Have a nice weekend!

    Best regards,

    Daniel

    #1446145

    Hi,
    Oh no, there are no silly questions, I hope that I didn’t sound like that, I was just saying where it came from.
    Glad we were able to help and have a good weekend, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Highlight menu color’ is closed to new replies.