Hide Views

Discussion in 'VideoCraft WordPress Theme' started by vibrandsee, Aug 14, 2015.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hi -- How can I hide views (but still track them). I want to hide the views until they become more substantial.
    Thx.
     
  2. priya

    priya Guest

    Hello,

    Could you please provide us screenshot so that we can better assist you?

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hi -- I'm looking to hide the data highlighted below:

    untitled.png
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content ul.fthumbnail li .videobox span.author {
        visibility: hidden !important;
    }
    .content ul.fthumbnail li .videobox span.views {
        visibility: hidden !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thank you. That did the trick on the main page, but the individual video pages still show the author and views. Can I hide this information from those pages as well? Screen shot below

    . Capture.PNG
     
  6. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    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 .posted_by {
        display: none !important;
    }
     
    .video_post .video_post_meta .post_meta_views {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page