How to remove posted by, category, and view on vedio listing page

Discussion in 'VideoCraft WordPress Theme' started by afuyemedia, Jan 10, 2015.

  1. afuyemedia

    afuyemedia New Member

    Joined:
    Jun 10, 2014
    Messages:
    11
    Likes Received:
    0
    How do I remove the posted by, category and view on the single video page which show after the video title?
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Dear Yakub,

    Thank you for sharing screen shot with us,

    Kindly, paste below css code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options
    Code:
    .video_post .video_post_meta {
    display:none;
    }
    This will resolve your issue,

    Regards:
    Naveen Kolhe
     

Share This Page