How to hide date and posted-by?

Discussion in 'Subscribely v2 WordPress Theme' started by bsufay, Mar 11, 2015.

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

    bsufay Guest

    Joined:
    Feb 27, 2015
    Messages:
    11
    Likes Received:
    0
    I'm running a commercial website, I want to make it look as little as possible like a blog, how can I hide these things on my pages? I don't want people to see when something was posted, and preferably who it was posted by. Cheers.
     
  2. ankurjain

    ankurjain Support Staff

    Joined:
    Mar 9, 2015
    Messages:
    26
    Likes Received:
    1
  3. bsufay

    bsufay Guest

    Joined:
    Feb 27, 2015
    Messages:
    11
    Likes Received:
    0
    Ankur Jain, thanks for replying. However, I didn't find the answer to my question in your post or on the page you linked me to. How can I hide the date and post-by under my content? I don't want people to see when it was posted when they view it, members or not. Thank you.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bsufay!

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

    Code:
    p.video_meta {
      display: none;
    }
    Thanks,
    Praveen
     
  5. bsufay

    bsufay Guest

    Joined:
    Feb 27, 2015
    Messages:
    11
    Likes Received:
    0
    Thanks, that answers my question! :)
     
Thread Status:
Not open for further replies.

Share This Page