• How to edit setting to hide post info on homepage display (I choose my lasted posts to make home page display in customize setting).

    I want to show only post feature image on homepage display.

    Help pls
    Thank you

Viewing 1 replies (of 1 total)
  • Hello, if you are still looking for a solution here it is, put this into your custom css :

    div.post-header, .post-excerpt {
    	display: none;
    }

    Hope it helps

Viewing 1 replies (of 1 total)
  • The topic ‘can hide post info in home page?’ is closed to new replies.