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

    Hi,
    In the cookies modal window, I would like to remove blue borders on tabs when activated (see screenshot in private content).
    Could you please help me to achieve this?
    If needed, you can find a link and credentials to my website in private content.
    Thanks a lot!

    #1232409

    Hey fcp,

    Add this to quick css:

    div:focus {
    outline: none;
    }

    Best regards,
    Jordan Shannon

    #1232434

    Hi Jordan,
    It works perfectly.
    Thanks a lot!

    #1232435

    Hi,

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

    Best regards,
    Jordan Shannon

    #1232437

    Hi,

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

    Best regards,
    Jordan Shannon

    #1232458

    Everything is ok for me now.
    This topic can be closed.
    Thanks again ;-)

    #1232460

    Hi,

    No problem

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Cookies consent modal window – Remove tabs borders’ is closed to new replies.