Portfolio title

Hi guys,
is there a way to configure the portfolio in a way to hide the title so that the only thing showing is the thumbnail itself.

We put this in global css but it doesnt work.

.x-iso-container-portfolio .entry-wrap {
display: none;

Thanks
Michael

Hello @compania123,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.h-entry-cover {
    display: none;
}

Thanks.

Hi there,
thanks a lot it works perfectly.

Michael

You’re welcome, Michael.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.