Hide author on homepage

Home Forums All Other Themes Hide author on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163345
    JenniferJennifer
    Participant
    • Topics: 7
    • Replies: 12
    • Total: 19
    Member since: January 4, 2016

    Hi,

    Can you hide/remove the author name from my latest posts section on my homepage: jetsettingjen.com

    Thanks,
    Jen

    #163425
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .byadmin-home { display: none;}
    .news-box .news-thumb { height:373px;}
    .news-box .news-thumb img { min-height:inherit;}

    Regards,
    Dave

    #163469
    JenniferJennifer
    Participant
    • Topics: 7
    • Replies: 12
    • Total: 19
    Member since: January 4, 2016

    Thanks, it worked. How do I hide the number of comments near the title on my blog post page ?

    #163595
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .post-comment { display: none !important;}

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.