Remove Section

Discussion in 'VideoCraft WordPress Theme' started by shanbeast, Nov 18, 2015.

  1. shanbeast

    shanbeast Member

    Joined:
    Jun 13, 2014
    Messages:
    31
    Likes Received:
    0
    How to remove the ratings and share section on the single video page. Please view attachment
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .single_page_ratting {
        display: none;
    }
    .post-social-link-inner {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page