Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well! ??

    You can hide the stars rating adding the following CSS rule in Appearance -> Customize -> Additional CSS:

    #review_form p.comment-form-rating {
        display: none;
    }

    Let us know.

    Have a nice day!

    Thread Starter muralip

    (@muralip)

    The above code has taken all the star rating icons.

    Current View after the above suggestion: https://c2n.me/42USnWP

    Requested view https://c2n.me/42USAgl

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Could you try replacing the previous CSS rule with this new one, please?

    #review_form p.comment-form-rating p:first-of-type {
        display: none;
    }

    Let us know any news, please.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple Star Rating Icons’ is closed to new replies.