Hi, I found other mistakes. I removed them by adding CSS:
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
fill: #006837;
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
fill: #8b222a;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
??? fill: #006837;
??? fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
??? fill: #8b222a;
??? fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-upvote-count {
??? color: #006837;
}
.cr-voting-cont-uni span.cr-voting-downvote-count {
??? color: #8b222a;
}
/*Změna na ?ernou barvu font písma Recenzent a datum*/
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
? /* color: #4d5d64; */
? color: #000000;
? /* text-indent: 0 */
? text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
? /* font-style: normal */
? font-style: normal;
}
.cr-all-reviews-shortcode ol li.review .comment_container .meta,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
? /* color: #767676; */
? color: #000000;
}
Only one problem remained, and that was:
https://snipboard.io/giwVaf.jpg
Thanks, Regards George