M
menantol
New Member
Text, menues and images show a white box when being clicked and I can't make it transparent. Using global CSS I was able to colour the background on click but the white background remained as well.
This code coloured the area on-click but the white box did not disappear:
a:active {
background-color: transparent !important;
This is what happens when I click on a link (text-link or SVG with url-link.)
Any help is much appreciates as I have spent hours trying to solve this. I also disabled all plugins but that did not solve the issue.
This code coloured the area on-click but the white box did not disappear:
a:active {
background-color: transparent !important;
This is what happens when I click on a link (text-link or SVG with url-link.)
Any help is much appreciates as I have spent hours trying to solve this. I also disabled all plugins but that did not solve the issue.