In some browsers or for some users, the browser’s focus feature gets triggered when clicking on something. This does not happen for everyone, but it would be good to add this.
You can add it at the very end of your style.css code.
/* remove outline */
* {
outline: none !important;
}
*:focus {
outline: none !important;
box-shadow: none !important;
}
/* remove outline final code */
Issues related to 4K, stuttering and bugs with the discount pop-up have been fixed. Some layout shifting issues on the checkout page have also been resolved.
Issues detected at 4K resolution have been fixed.
You can update the options.html and style.css files.
the issue where the discount pop-up was getting cut off at the bottom on 4K like resolutions has been fixed.
Minor code fixes have been applied, and image alignment has been improved. Additionally, the partner add-on has been added, and the overall theme structure has been made more consistent.
- Updating is not very critical; I hope everything is working well.
- Feel free to update you can replace all files, and your settings will not be lost.
The overflow issue of the Tebex logo in the Featured package has been fixed.
Top Customer and Recent Payments modules now include settings such as hiding the amount and hiding names.
Minor CSS issues have been resolved.
Updated files:
Scheme.json
layout.html
module.topdonator.html
module.recentpayments.html
style.css
