badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

I want hide author name in de post;

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81099
    robin.acosta.1982
    Participant

    Hi
    I want to hide de aathor name in the home page.

    #81120

    Hi robin.acosta.1982,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Provided Custom CSS code.

    .entry-meta .author {
    	display: none;
    }

    Thanks

    #85499
    Lincoln Ho
    Participant

    I just want to hide author from the homepage ONLY, NOT the posts. What is the CSS for that?

    #85598

    Hello @lincoln-ho,

    Just add below custom CSS code to hide only author from the homepage.

    .page-template-front-page-template .entry-meta .author {
    	display: none;
    }

    Thank you!

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