Delete post information

Discussion in 'Infoway WordPress Theme' started by starkow, Jul 13, 2015.

  1. starkow

    starkow Member

    Joined:
    Feb 26, 2015
    Messages:
    48
    Likes Received:
    0
    Hello.
    How to delete post data information?
    I highlighted area in red color on screenshot.
    Help please.
     

    Attached Files:

    • 1.png
      1.png
      File size:
      6.4 KB
      Views:
      6
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.post_meta {
      display: none !important;
    }
    Thanks,
    Praveen
     
  3. starkow

    starkow Member

    Joined:
    Feb 26, 2015
    Messages:
    48
    Likes Received:
    0
    Thanks Praveen..
    I explain you what I need...
    If I paste your css code - it's decides my problem, but I have next problem.
    If I paste your code - I don't see post information in category: 1 screenshot.
    But instead of this post information in category I want to make a miniature of the post: 2 screenshot.
    It's good idea to make what I want - example: 3 screenshot.
    Can you help me please?
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      69 KB
      Views:
      3
    • 2.jpg
      2.jpg
      File size:
      65.5 KB
      Views:
      3
    • 3.jpg
      3.jpg
      File size:
      113.4 KB
      Views:
      3

Share This Page