Portfolio Design

Hi, 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.

Also I would love to hide the sort porfolio button and the title in the portfolio page.

The only thing I want showing is the pictures.

Hello There,

Thanks for writing in!

1.) 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.

  • I am not sure what stack you are using one thing I know is that you can only do it by using a custom css. please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-iso-container-portfolio .entry-wrap {
    display: none;
}

2.) To hide the sort porfolio button and the title in the portfolio page, please edit your portfolio page and find the Page Settings and Portfolio Settings. You can disable the Filter button and the title.


Hope this helps.

Thanks a lot! It worked :smiley:

Hi @Serfaksan,

Happy to hear that.

Feel free to ask us again.

Thanks.

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