This topic has 6 replies, 4 voices, and was last updated 3 months, 1 weeks ago ago by Andrew Mitchell
Hi,
The checkout button edit normal and hover are the same color,
but I click the button, the button will changes to another color.
The desktop and mobile have the same problem.
I want to edit normal and hover to be the same colour.
How do I do?
Thank you.
Hello @Sam,
The issue you described will be fixed in next theme update. If you need to have the solution implemented now, please, share with us the correct wp-admin + FTP access left in private area.
Kind regards,
Jack Richardson
The 8theme’s team
Dear @Sam,
We have identified and resolved an issue on our website related to the limits. Now it has been fixed, so you can post tickets as always on the XStore Support Forum. https://www.8theme.com/forums/xstore-wordpress-support-forum/
Thank you for your patience and understanding.
Warm Regards,
The 8Theme Team
Hi, thank you.
I updated the theme version v.9.3.17,
the mini cart checkout button is not displayed in another colour,
but I clicked the mini cart checkout button, it displayed a vague effect.
I have already added the custom CSS code to the Global CSS, but it is not working now.
The CSS code:
body .btn-checkout:hover,
body .mini-cart-buttons .btn-checkout:hover {
opacity: 1 !important;
}
I want the mini cart button to display the same colour of normal and hover.
How to fix it?
Thank you very much.
Hello @Sam,
You should add next CSS selectors in your solution:
body .mini-cart-buttons .btn-checkout:hover:focus
so the code will look like next:
body .btn-checkout:hover,
body .mini-cart-buttons .btn-checkout:hover,
body .mini-cart-buttons .btn-checkout:hover:focus {
opacity: 1 !important;
}
Kind regards,
Jack Richardson
The 8theme’s team
Dear Sam,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘The checkout button edit normal and hover are the same color problem’' has been successfully resolved, and the topic is now closed for further responses