Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1144254

    Hello,
    I am having an odd issue with the accordion toggle. Upon click to toggle the area highlights in blue, like a selection is being made.
    Any help would be greatly appreciated.

    #1144846

    Hey blueshift,

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

    p.toggler:focus {
        outline: -webkit-focus-ring-color auto 0;
    }

    Best regards,
    Rikard

    #1145186

    Perfect. This is resolved. Thanks!

    #1145258

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1203856

    Hi! I was having the same issue and your code resolved it on my laptop, but I’m still experiencing the issue on mobile. Is there a code for that as well? Thanks in advance!

    #1204005

    Hi Sclark91,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1206960

    Sure! The website is: https://pioneerautocredit.com/

    And here is a screenshot of what I mean. The installed options accordion toggle has the blue underline from being “highlighted,” but now only on mobile.
    https://drive.google.com/file/d/1LEC6RXoAAPztWwsg-2uJBYQ7viJSB4Hg/view?usp=sharing

    S

    #1207427

    Hi,
    Sorry for the late reply and thanks for the screenshot. Unfortunately, I don’t see the focus ring on my device, but try this css to hide it on your device.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .main_color .toggler:focus {
      outline: 0 !important;  
      outline: 0 -webkit-focus-ring-color !important; 
    }

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

    Best regards,
    Mike

    #1207861

    That worked! Thank you Mike!!

    #1207977

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Accordion Toggle – Selection/Highlight’ is closed to new replies.