This topic has 6 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp
The blog post excerpts are in grey, would I be able to have it black? This also happens when I write up a post, the default color is grey, would like this black as well.
Woocommerce shop pictures aren’t fully loading, and many pictures come in blurry/missing at times.
Those are two shots of breadcrumbs/titles coming in as white, would like these to be black.
Buy it now/add to cart icons are white, would like the button to be visible at all times.
Form titles and place holders are white, would like them to black
Product descriptions are white, would like them black
Sign up for account information is white as well, would like them to be black.
Lastly, would you be able to upgrade my theme? I’m afraid that I will remove all the settings associated with it.
Thank you for all your help!
Hello,
1. Please add this code in custom.css:
.content-article {
color: black;
}
2. I’ve set images settings as described in our documentation:
https://www.8theme.com/demo/docs/woopress/#!/woocommerce
Now you need regenerate thumbnails in wp-admin panel > Tools > Regen. Thumbnails.
3. Add this code in custom.css:
.page-heading, .page-heading .title, .meta-title span, .product-information .price, h5 {
color: black !important;
}
4. Use this code in custom.css file:
form .form-row label, h3.title span, .login-popup .popup-title span, .register-link .register-popup .popup-title span {
color: black !important;
}
5. Please confirm you have back up of your files and database and we’ll update the theme for you.
Regards,
Eva Kemp.
Added everything to custom css and backed up the website.
Thanks for your help!
Hello,
I’ve updated the theme for you.
Please check.
Regards,
Eva Kemp.
Thanks for all your help!
I’m still having a problem with the add to cart, sort products and product pagination because the text is still white.
Hello,
I’ve edited code in custom.css file.
Please check Shop page now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up