Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1285846

    Hello, where can I change the following color:
    Menu mobile when clicking on a menu item there is a hue (briefly) this is cyan for example at kriesi.at.
    I have not been able to find this in the basic settings.

    Thank you and greetings Stefan

    #1286140

    Hey stefan,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul li::selection {
        background-color: red;
    }

    Best regards,
    Rikard

    #1286170

    Hi Rikard, thank for the code. But nothing change :-(
    Thanks Stefan

    #1286605

    Hi,

    Did you add it to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1286838

    Hi Jordan, i use only this code in the field.
    Best regards Stefan

    #1286847

    Hey,

    Could you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?
    You can upload your screenshots on imgur.com and post the links here :)

    Cheers!
    Yigit

    #1286854

    Hi, I upload an post the links here

    Setting
    https://cloud.cutandpaste.de/index.php/s/eBDFtjK8LA9bWZN

    Output: If you click in the mobile menue. the click color still light cyan
    https://cloud.cutandpaste.de/index.php/s/xykapN7XS8KSRRS

    THANKS

    #1287934

    Hi,

    Thanks for the update, and sorry for the late reply. I haven’t been able to locate where that background is coming from unfortunately, but I’ve asked the rest of the team to have a look as well. Please reply to this thread once you have read it, so that it gets added back to our support queue.

    Best regards,
    Rikard

    #1288046

    Hi,
    Sorry for the late reply and thanks for the link to your site, I believe this is related to the browser Accessibility Focus, #5B9DD9, you may also note the burger menu also does this, similar to the Focus Outline
    In my tests this css seems to work:

    .html_av-overlay-full #av-burger-menu-ul li a:active,
    .html_av-overlay-full #av-burger-menu-ul li a:focus {
    	background-color: yellow !important;
    }

    In my tests using :active & :focus together seems to help, but we are trying to overwrite the browser and not the page css, which is tricky because I believe the browser uses javascript to inject the css rules.
    While the color is yellow, I believe my screen is showing a slight yellow-green, so I think the accessibility color #5B9DD9 is not completely overwritten.
    What color are you trying to change this too? Are you going to try to change all of the browser accessibility colors, such as the burger menu, input fields, etc?

    Best regards,
    Mike

    #1288093

    Hi Mike, thanks for your efforts.

    This really seems to be very problematic.
    Your code worked fine on an iphone. On the Android it is now 2 colors when clicking.

    It is not a big deal. I will leave it like this then. No stress. :-) Feel free to close the case.

    Thank you you are a great team!
    Many greetings Stefan

    #1288114

    Hi,
    Ok, thank you for your patience and for using Enfold, have a great day.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Mobile menue: Link Click Color’ is closed to new replies.