Reply To: Getting portfolio to show only the image and the title of the post.

Homepage Community Forums Epik Theme Support Getting portfolio to show only the image and the title of the post. Reply To: Getting portfolio to show only the image and the title of the post.

#6971

Still no effect. I added that into the Appearance/ Editor/ Style.css Epik. Just put it close to where I saw other .portfolio things, just before the portfolio entry-content as shown here:

}
.portfolio .entry-content p {
display: none;
}
.portfolio .entry-content {
padding: 0 20px 0;

I don´t know much about code. ¿Maybe I did something wrong Eric?