• Resolved tores54

    (@tores54)


    Incorrect display of stars in the reviews section, everything looks crooked, I ask for help

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • kimvt1991

    (@kimvt1991)

    Hi,
    Please add this to custom css in plugin settings/reviews:

    .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating {
        width: 4.2em !important;
        font-size: 24px !important;
    }
    .wcpr-col-star .star-rating:before, .wcpr-col-star .star-rating span:before, .wcpr-overall-rating-right-star .star-rating:before, .wcpr-overall-rating-right-star .star-rating span:before {
        letter-spacing: -5px !important;
        left: 0;
        content: "\e606\e606\e606\e606\e606" !important;
    }
    .wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap .wcpr-modal-content .star-rating, .wcpr-grid .wcpr-grid-item .wcpr-content .review-content-container .star-rating {
        font-size: 24px !important;
        width: 4.2em !important;
    }
    .wcpr-content .review-content-container .star-rating:before, .wcpr-modal-wrap .wcpr-modal-content .star-rating:before {
        left: 0;
        content: "\e606\e606\e606\e606\e606" !important;
        font-size: 24px !important;
    }
    .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating {
        font-size: 20px !important;
    }

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect star display’ is closed to new replies.