• I like this very much but i need it for a black theme instead,because when i put it on my site it’s all white back ground and don’t look good on a black theme..

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hi, yeah sure, we will try to add dark color scheme in next update, unitl that you can try customizing it using Custom CSS.
    thanks

    Thread Starter Jammin

    (@jahlive)

    that be nice but what is the css code i should used in the custom CSS

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    Could you please tell me the website link? Thanks.

    Thread Starter Jammin

    (@jahlive)

    jahliveradio dot.com

    Plugin Author MyThemeShop

    (@mythemeshop)

    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.

    Thread Starter Jammin

    (@jahlive)

    Thx but this CSS code seem to not work for me,the box is still white and the tabs is not clickable

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Very nice’ is closed to new replies.