Home Forums Basel support forum Border around word appearing on click

Border around word appearing on click

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

    Anonymous
    Inactive

    Hi

    When I click on one of the words in the main menu, a border appears although I have specified “no border”. How can I remove it ?

    #3233

    Artem Temos
    Keymaster

    Hi,

    Try to add the following Custom CSS to fix this issue

    body a {
        outline:none;
    }

    Regards

    #3256

    Anonymous
    Inactive

    Thank you.

    #3265

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)