Reply To: Removing URLs form caption area on Portfolio page

Homepage Community Forums Epik Theme Support Removing URLs form caption area on Portfolio page Reply To: Removing URLs form caption area on Portfolio page

#10347
Wes
Moderator

    That’s weird I’ve never seen that show up before. It must be a setting or something. If you’ve already set your content limit to “0” and it’s still showing up, then you could target the code directly and add display: none; in your css like this –

    .portfolio .entry-permalink {
    	display: none;
    }