Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1148443

    Hey, since a few weeks I have a border around toggles and tabs when I click on them.

    I already know it’s the selection element background color, which makes sense when you mark some text. But for me it doesn’t make sense that it appears when you click to open a toggle or a tab element. But on my side it only appears in Chrome browser. In Firefox it looks fine.

    Any idea how to disable that?

    best regards,
    Patric

    #1148622

    Hey aicompcloud,

    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

    
    .js_active .toggler:focus {
      outline: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1148853

    works great

    thank you

    #1149000

    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide selection-element Background Color on Toggles and Tabs’ is closed to new replies.