• Resolved royalkaran01

    (@royalkaran01)


    Is there a way to change the star colour of review form , im building my website in a black theme , but the star colour while filling the form is yellow and i cant figure out any way to change that , nor i can find anything on google or yt regtarding the same, please let me know if its possible

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    Where is the review form that you want to change the star color? On the product page or the aggregated review form? If it is the aggregated review form, please let me know your form URL.

    Thread Starter royalkaran01

    (@royalkaran01)

    its on the product page , https://frenzeeapparel.com/imprisioned-diety/ , here’s the link for a product , and also , if a logget out user try to submit a review , its shows an login button which redirect to wordpress login page, and i cant find an option to change that in the plugin

    Plugin Support pear8398

    (@pear8398)

    Hi,

    There isn’t an option to change the star color in the review form on the product page. You can try to use this custom CSS code to change it

    .cr-review-form-rating-inner svg.cr-rating-act path {
        fill: #31856c;
    }

    Also, there isn’t an option to change the login URL. If you are familiar with coding, you can follow the solution below to override the default templates of our plugin.
    How to Override Default Templates
    The link is located in the file “cr-review-form.php”, line 63.

    Thread Starter royalkaran01

    (@royalkaran01)

    im not exactly familiar with coding, can u please tell me where exactly do i need do the changes on line 63, https://frenzeeapparel.com/login/ , i wanna put this url instead of wp login

    Plugin Support pear8398

    (@pear8398)

    Sorry, we don’t support custom coding on your site, it is beyond our scope of support. If you are not familiar with coding, please contact an expert developer to help you in this case.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Review form star colour’ is closed to new replies.