Hide or delete posted in, auther and date ??

Discussion in 'ColorWay WordPress Theme' started by mawebdesign, Oct 11, 2014.

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

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi i would like to Hide or delete posted in, auther and date on posts ??

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .single ul .post_meta {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    This did not work ??

    still like the image attached?

    Please advise
    Thanks
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Code:
    .single ul .post_meta {
    display: none !important;
    }
    this code will work. If still facing problem provide your website URL.
    Thanks & Regards
    Pramod
     
  5. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Delete some line from blog.php file as shown below in screenshot.

    15oct1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Thank you that solved my issue,
    All the best
     
Thread Status:
Not open for further replies.

Share This Page