Viewing 1 replies (of 1 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hi,
    Please try below custom CSS in style.css file or if you are using MyThemeShop theme, then you can paste this code in Theme Options Panel >> Styling >> Custom CSS

    .wp_review_tab_widget_content .inside {
        background: #222!important;
    }
    .wp_review_tab_widget_content {
        border-color: #000!important;
    }
    .wp_review_tab_widget_content .tab-content li {
        border-bottom-color: #000!important;
    }
    .wp_review_tab_widget_content .tab_title.selected a {
        background: #222!important;
        border-bottom-color: #222!important;
    }
    .wp_review_tab_widget_content .tab_title a {
        background: #000!important;
        border-left-color: #000!important;
        border-bottom: 000!important;
    }
    .inside .review-total-only.small-thumb .review-result-wrapper i {
        color: #FFA300!important;
    }
    .review-total-only.review-type-point,.review-total-only.review-type-percentage {
        background: #FFA300!important;
    }

    Hope this helps, thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Need Dark theme support’ is closed to new replies.