how to not show posting date on homepage right hand side videos

Discussion in 'VideoCraft WordPress Theme' started by sandradohn, Nov 21, 2016.

Thread Status:
Not open for further replies.
  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, How do I not show the posting date on videos that are displayed on the home page? Thanks Sandra
     
  2. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Here are screenshots of this. Thanks
     

    Attached Files:

  3. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Sandra,

    For screenshot one, we need to do some modification in the source code of the theme, we can do it on your site.
    Whereas, for the second one, you need to paste following custom CSS code in the Custom CSS field of the theme options:
    Code:
    .content ul.fthumbnail li .videobox span.author,
    .content ul.fthumbnail li .videobox span.views{
    display:none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  4. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, That worked. It looks much better and cleaner. Can you do the source code modification for the other area? I had sent you the login and can resend if needed. Thanks, Sandra
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi Sandra,

    We are done with the required changes on your site, please check you site now.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  6. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Looks great! Thank you so much:) Sandra
     
  7. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page