NSFW
Could you please get me some CSS code to fix the text formatting for this page attached below. I know we have a lot of code and it messed things up, but this is unreadable how it is now. I appreciate your help on this. Thanks
Hey bemodesign,
What exactly are you looking to change and how?
Best regards,
Rikard
I can’t see most of the text on the page that is Black on Black. Can you change that font color to white, just for this page?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-59975 .woocommerce-review__author, .page-id-59975 .woocommerce-review__verified, .page-id-59975 .cr-comment-productname-a {
color: #fff;
}
Best regards,
Rikard
NSFW
There are still parts that are not visible. see screenshot. Can you get me code for these?
thanks!
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a,
.cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
color: #fff;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike