• Resolved tm86

    (@tm86)


    Hi, i am using the following code to change the size of the stars in the rating. However, as soon as I hover the star area with my mouse, it will change to the original size again. Can somebody tell me how to adjust the code? Thank you

    { #wpd-post-rating .wpd-rating-wrap { width: 80%;} #wpd-post-rating .wpd-rating-wrap .wpd-rating-data { flex-grow: 1; } #wpd-post-rating .wpd-rating-wrap .wpd-rating-right, #wpd-post-rating .wpd-rating-wrap .wpd-rating-left{ flex-grow: 0; } #wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg { width: 65px; height: 65px; } #wpd-post-rating .wpd-rating-wrap .wpd-rating-value { height: 85px; width: 85px; display: flex; align-items: center; justify-content: center; } #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv, #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc, #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{ font-size: 56px !important; } #wpd-post-rating .wpd-rating-wrap .wpd-rating-title{ font-size: 20px; } }

    • This topic was modified 4 months, 3 weeks ago by tm86.

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

  • You must be logged in to reply to this topic.