How do I remove author and date in Colorway?

Discussion in 'ColorWay WordPress Theme' started by manxmariner, Mar 22, 2015.

  1. manxmariner

    manxmariner New Member

    Joined:
    Oct 4, 2012
    Messages:
    1
    Likes Received:
    0
    Anyway to remove author and date in posts?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello manxmariner!

    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. Carroll

    Carroll New Member

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    1
    Hi Praveen,

    I cut and pasted the above code and still see the author name and posting date.
    I have also tried:
    .content-info {
    display: none;
    }

    .blog .post .post_meta li.admin {
    display: none; !important;
    }
    Nothing seems to remove the author name and date.
    Any suggestions?

    Thanks,
    Carroll
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello Carroll,

    Kindly provide your site URL So that I can assist you accordingly.
     
  5. Carroll

    Carroll New Member

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    1
  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly follow the steps mentioned in the image below it will help you to fix your issue:

    colorway-post-meta-remove.png

    It will solve your issue.
     

Share This Page