Woocommerce font color issue
- This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago by Grace Themes.
-
AuthorPosts
-
July 6, 2018 at 9:13 pm #10121ThomasParticipant
Hello,
When checking out from woocommerce, the there are two issues with the text color on my page. Do you know where I can edit the text color?July 7, 2018 at 6:10 am #10123Grace ThemesMemberHi Thomas,
Please share your website URL and write in details about on which page you are getting text color issue. We will check and assist you quickly.
Regards
Grace ThemesJuly 7, 2018 at 6:17 am #10124ThomasParticipantSure,
Please select a product and add to cart: https://www.lonestartracking.com/index.php/product/lst-2160-wired-gps-tracking-device-no-monthly-fees/After you add it to the shopping cart, please click on View Cart. While viewing the contents of the shopping cart, you will see that all the text is pink. How can I change this color?
July 7, 2018 at 11:25 am #10128Grace ThemesMemberHi Thomas,
To change the text color on this Cart page
Go to Appearance -> Editor -> style.css
add below css code at the end of file.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { color: #217ebc !important; }
Please do this changes and let me know your feedback.
Regards
Grace ThemesJuly 7, 2018 at 4:56 pm #10132ThomasParticipantThank you for your support, however that didn’t seem to change the text font. Any other thoughts?
Thanks,
TommyJuly 7, 2018 at 10:50 pm #10134ThomasParticipantI did a quick search, and here are the files that contain that font color code:
`[lst@usa02 html]# grep -Ril “#ff6d84” /var/www/html/
/var/www/html/wp-content/cache/page_enhanced/www.lonestartracking.com/_index_ssl.html
/var/www/html/wp-content/uploads/fvm/out/header-b4c5ae7f-0.min.cssJuly 8, 2018 at 5:36 am #10136Grace ThemesMemberHi Thomas,
Please send WordPress admin login details of your website for temporary at [email protected] so we can check and solve this issue quickly.
Also please try by adding the below code in
Appearance -> Theme Options -> Basic Settings -> Custom CSS.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { color: #217ebc !important; }
Please check and let me know your feedback.
Regards
Grace Themes -
AuthorPosts
- You must be logged in to reply to this topic.