- This topic has 22 replies, 2 voices, and was last updated 1 year, 12 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
WordPress GDPR Plugins This read will help you out in figuring out the best WordPress GDPR Plugins for your website The requirements for complying with […]
Pricing Table Plugins There are many uses of Wordpress CMS. And one may use Wordpress to showcase hosting charges, services they have and their respective […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]