Blog Author Name removal

Discussion in 'Foogo Pro WordPress Theme' started by proele, Aug 4, 2017.

  1. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    I need to remove the author name from all blog posts - I need it so that they never appear, how can I do this?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To remove the author name from blog posts, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .post .author-avatar {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. sphouston

    sphouston New Member

    Joined:
    Jul 27, 2017
    Messages:
    7
    Likes Received:
    0
    This didnt work on my end
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Could you please share some edited screenshots of the concerned areas of your site along with site URL.

    So that we can deliver you an exact and appropriate solution to you,

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     

Share This Page