Home › Forums › WoodMart support forum › Font colour inconsistency on tracking page
Font colour inconsistency on tracking page
- This topic has 17 replies, 2 voices, and was last updated 5 years ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 17, 2019 at 10:12 pm #150794
horny_fungusParticipantHi, when I enter order data on tracking page I am getting order details, font colour is white everywhere except product attributes which are grey. This looks ugly.
I tested this in troubleshooting mode with all the plugins disabled as well.
Take a look at screenshot:October 18, 2019 at 10:07 am #150873
Aizaz Imtiaz AwanKeymasterHello,
It seems your custom CSS code conflict. Remove your custom CSS code and switch to parent version of theme and then check that order details form.
If it is still in the gray color then use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS to change the product attribute color to white:
.woocommerce-order-details .woocommerce-table--order-details td{ color:white; }
Best Regards.
October 18, 2019 at 11:20 am #150896
horny_fungusParticipantI tried removing custom css and disabling all the plugins and the problem still appears both without and with CSS code you provided.
October 18, 2019 at 12:21 pm #150905
Aizaz Imtiaz AwanKeymasterHello,
As your prior login details are not working anymore for me.
Kindly remain your third party plugins as deactivated and share your correct login credentials so I can help you out.
Best Regards.
October 18, 2019 at 1:12 pm #150927
horny_fungusParticipantPlease use troubleshooting function of health check plugin.
Login data below:October 18, 2019 at 2:31 pm #150951
Aizaz Imtiaz AwanKeymasterHello,
You did not share the url where you used the order tracking form so I create an order tracking form in your homepage for temporary testing and use the below CSS code:
.woocommerce-order-details .wc-item-meta li strong { color:blue; } .woocommerce-order-details .wc-item-meta p{ color:blue; }
You can change the color blue to white as per your need but remember that this color also display in your my account orders. So be careful while choosing your color.
Result: https://jmp.sh/kXMoK7a
In case if you want to display different color in your my account > orders then use the below CSS code:
.woocommerce-MyAccount-content .woocommerce-order-details .wc-item-meta li strong { color:red; } .woocommerce-MyAccount-content .woocommerce-order-details .wc-item-meta p{ color:red; }
Best Regards.
October 30, 2019 at 9:12 pm #153600
horny_fungusParticipantThanks a lot. COmbining these snippets did the trick!By the way from where this colour inconsistency comes?
October 31, 2019 at 6:13 am #153653
Aizaz Imtiaz AwanKeymasterMost Welcome ,
I’m glad that your issue is resolved.
I can’t exactly tell you what is the cause of this color inconsistency. Might be your custom CSS affect this or may be some of you third party plugin is the cause of this issue.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Best Regards.
November 25, 2019 at 10:10 am #158800
horny_fungusParticipantUpon further testing I found that provided CSS affects attributes colour on order thank you page. In this case they are shown in white while background colour is white as well.
November 25, 2019 at 12:51 pm #158853
Aizaz Imtiaz AwanKeymasterHello,
Kindly share the screenshot by pointing out the section. And also let me know which font color do you want to use for those specific sections. So I will help you out.
Best Regards.
November 25, 2019 at 1:13 pm #158864
horny_fungusParticipanthttps://gyazo.com/19859a264045d28cc31c9fbd9b3900cf
https://gyazo.com/6dd389cf1e3c2ccad73574bab1f95e10The colour should be #333333.
November 25, 2019 at 2:00 pm #158881
Aizaz Imtiaz AwanKeymasterHello,
Your prior login details not working anymore, kindly share the correct login info and also share the page URL of that page as well.
Best Regards.
November 25, 2019 at 2:07 pm #158885
horny_fungusParticipantHere is all the data needed:
November 26, 2019 at 6:13 am #158977
Aizaz Imtiaz AwanKeymasterHello,
You problem is resolved. I used the below CSS code in theme settings >> custom CSS >> global custom CSS:
.container .woocommerce .woocommerce-order .woocommerce-order-details .wc-item-meta li strong { color:#333333; } .container .woocommerce .woocommerce-order .woocommerce-order-details .wc-item-meta p { color:#333333; }
Result: https://jmp.sh/BMxQzg0
Best Regards.
November 26, 2019 at 8:46 am #159009
horny_fungusParticipantThank you very much. That helped. Please consider checking your theme’s CSS for inconsistency. The initial issue was caused by the fact that order tracking form used white text while all other pages with order information used black and product attributes where still shown on tracking page in black. I am pretyy sure that I haven’t had any CSS modifications or plugins affecting product attributes text.
November 26, 2019 at 10:22 am #159035
Aizaz Imtiaz AwanKeymasterMost Welcome,
I’m glad that it helped. Also if you thought its due to the theme’s CSS. Then I want to confirm you that it’s not due to theme CSS code.
Because on my test site the attributes of product in order details form is in black color you can check in the below screenshot: https://jmp.sh/j5eaS7X
Best Regards.
November 26, 2019 at 10:42 am #159046
horny_fungusParticipantThe problem was related initially not to order details page, but to track order page. We had to fix CSS for order details page as a result of changing CSS for track order page.
November 26, 2019 at 11:31 am #159063
Aizaz Imtiaz AwanKeymasterHello,
I got your point. We will try to consider this in nearest updates of theme. Thanks for your suggestion.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register