• Hello! I installed Llorix One Lite and am using a child theme of it.

    When I click on the oval buttons (both within the header image and within the ribbon section), there is a light-colored box that appears around the button, right before I am redirected. It’s rather annoying ??

    Is there a way to stop this happening? Like I said, I am using a child theme. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you redirect after click to any link? Are you getting this issue in Admin > Appearance > Customizer? Just share the screenshot through https://droplr.com/ to get the issue exactly.

    Hello Bries,

    Add the following custom CSS to customize-> Additional CSS

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none!important;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter The Breis Agency

    (@breis)

    @poonam9 THANK YOU SO MUCH! That worked splendid! ?? I added the code you sent to my child theme’s style.css file (not the Additional CSS section). It worked like a dream – thanks a-plenty!!!

    • This reply was modified 7 years, 7 months ago by The Breis Agency. Reason: include more info about how I applied the changes I made

    Glad I could help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Box Outline appears around button when clicked’ is closed to new replies.