Star Ratings

Discussion in 'VideoCraft WordPress Theme' started by molatin, Oct 13, 2014.

  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    Hi

    I there a way to remove the 'Star Ratings' from each video page?

    Thank you

    Mo
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.commpadd {
    display: none;
    }
    .single_page_ratting span {
    display: none;
    }
    .single_page_ratting img {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page