Hello eddio,
Thank you for contacting WooCommerce support.
I understand your question about the focus outline that appears on links and images when clicked.
Please note that this is a design feature in the Storefront theme.
If you want to change it, you may use custom CSS to override the theme CSS.
Let me know if you have any further questions.
Best regards.
Thread Starter
eddio
(@eddio)
I see. I used this custom code and it seemed to hide this feature and only show when tabbing. Any suggestion to make this code better or would it be ok? Tested on storefront+elementor pro
Thanks
*:focus {
outline: none !important;
}
*:focus-visible {
outline: 2px solid #ff6600 !important;
border-radius: 3px;
}
Hi @eddio ,
Thanks for reaching out!
Regarding your custom code, while we understand you’re trying to modify the focus outline behavior, please note that custom code falls outside our support scope. We recommend consulting with a developer for further enhancements or joining the WooCommerce community Slack channel for more tailored advice.
Thank you.