Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #968212

    Hello,
    I’ve noticed that there is a shadow behind star ratings left behind by customers. However, the actual yellow stars are way below the shadows and it looks off. Is there away to either align the stars with their respective shadows, or to remove the shadows completely?

    #968307

    Hey marqattack,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Remove review shadow */
    
    
    #top #reviews #comments ol.commentlist li .star-rating {
        background: none;
    }
    
    /* End CSS */
    
    

    Result:

    Best regards,
    Vinay

    • This reply was modified 6 years, 5 months ago by Vinay.
    #968478

    That worked. Thank you!

    #968694

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Shadow under star rating’ is closed to new replies.