• Resolved Darkkurama

    (@darkkurama)


    Hello. It seems like the latest updates of WP have damaged somehow the Matala theme coding. Each time I click on any link on my site, a white border appears covering the link. You can try for yourself going to my site. Any clue? maybe this theme is using old CSS styling or something like that? I can’t figure it out. Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    May you state the browser & browser version the problem persists in?

    Thread Starter Darkkurama

    (@darkkurama)

    I’m experiencing the problem with the latest versions of Firefox and IE. Could you replicate the glitch? click on the header, almost every link has it. Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try disabling plugins and check whether the problem persists. It’s unusual behavior. I can replicate the glitch within the browsers stated.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I found the culprit CSS on line 179 of style.css

    :focus {
        outline: 1px solid rgb(255, 255, 255);
    }

    Remember, you should never edit or modify the theme’s files, as this can compromise your modifications and the theme itself.

    Are you using a “Custom CSS”, “Custom Styles” or “Jetpack” plugin, or Child Theme?

    Thread Starter Darkkurama

    (@darkkurama)

    Thank you Andrew! I will try the solution in a while. I don’t actually have any custom CSS added to the theme. Nor did I add any line of my own to any of the files (maybe edited some text colors within the existent CSS tags). I’m using all the jetpack suite add-ons.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Within the Custom CSS section provided by Jetpack, enter this;

    :focus {
    	outline: 0;
    }

    Thread Starter Darkkurama

    (@darkkurama)

    Thanks! but already edited the CSS file. Worked like a charm!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: Matala] annoying white border in every link I click’ is closed to new replies.