Rivyo Css for Black Theme

If certain elements of the review section are not displaying properly as a result of the dark theme, as depicted in the image below,

Kindly add the following CSS code into the default CSS file of your theme:

.wc_review_title h2,.wc_graph_per_count span,li.wc_tab_cls button,li.wc_rivyo_review_filter_item label,.wc_rivyo_actions select,.wc_pagination_contain a,.wc_question_grid_view h4, .wc_question_grid_view p, .wc_review_summary_count_text {
  color: #fff !important;
}

.wc_review_type_drop option,li.wc_tab_cls button.wc_active::before{
    background-color: #565656 !important;
}

Also, feel free to change the color to any color you like by replacing the "#fff" in "color:#fff !important;" with your preferred color.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us