- This topic has 22 replies, 2 voices, and was last updated 2 years, 5 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Strong theme Woocommerce
Hi Chris,
I see what you mean. When I check the mobile version through the WordPress preview it looks fine, but when I view the live site on my mobile the sorting tab is still blue, please see screenshot below:
https://ibb.co/Tg4Znjz
Kind regards,
Ash
Hi,
Kindly try this one:
@media screen and (max-width:767px) {
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { color:#000 !important;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { color:#000 !important;}
}
Regards,
Chris
Hi Chris,
Thank you, that corrected the colour of the font, it’s only the outline of the button that needs to be changed now.
Kind regards,
Ash
Hi,
Can you send us the screenshot of outline color issues?
Regards,
Chris
Hi Chris,
Please check link below:
https://ibb.co/mHwGzVF
Kind regards,
Ash
Hi,
Kindly use this CSS to remove outline.
@media screen and (max-width:767px) {
.woocommerce .woocommerce-ordering select:focus, .woocommerce-page .woocommerce-ordering select:focus { outline:none !important;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.woocommerce .woocommerce-ordering select:focus, .woocommerce-page .woocommerce-ordering select:focus { outline:none !important;}
}
Regards,
Chris
That fixed it – thank you of all of your help.
Kind regards,
Ash
Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]