Hide posted by

Discussion in 'Photomaker WordPress Theme' started by mawebdesign, Oct 14, 2014.

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

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi
    How do i delete posted by like in the image attached ?
    Thanks
     

    Attached Files:

  2. Pramod

    Pramod Guest

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

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Thank you works fine
     
Thread Status:
Not open for further replies.

Share This Page