Reply To: Hide the content on the Portfolio page

Homepage Community Forums Epik Theme Support Hide the content on the Portfolio page Reply To: Hide the content on the Portfolio page

#12022
Wes
Moderator

    If you take a look at your Portfolio Section in your Genesis Themes Settings page (WP Admin) you can add 1 in your “Limit Content” Settings and that will remove your content……or you can add display: none to your css like this –

    .portfolio p {
    	display: none;
    }