Hello, I have an issue with theme, is it the default there is a yellowish highlight if some icon or whatever widget is clicked, how to remove it? is there in any css or is there anything wrong with my theme?
Hey,
Usually, you have default behaviors like those, highlighting a link when you click or hover. You can add to your theme some class to override that.
Cheers
Hey Jason,
The highlight styling is default styling added by the browser (usually chrome does this).
Usually these style rules fix that sort of issue:
outline: none; outline-style: none;
Hope it helps.