Editing the video labels

Discussion in 'VideoCraft WordPress Theme' started by honory2009, Apr 5, 2015.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    can you please send the code to remove date and details of the person who posted the video. I want the views and categories to remain as indicated on the screen shot.

    thanks

    Honory video editing.png
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    To remove:
    video-meta-date.png
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .video_post .video_post_meta li.post_date {
      display: none;
    }
    .video_post .video_post_meta li.posted_by {
      display: none;
    }
    Now to remove "by admin" as shown in below image:
    video-craft-listing-tabs.png


    Follow the steps mentioned in the image below:

    videocraft-singlelisting-postmeta.png


    Let me know if have further any doubts.
     

Share This Page