Okay
  Public Ticket #1307556
category name for portfolio
Closed

Comments

  • katrielshlomo started the conversation

    Hello,

    Thanks for your help. One more question: Is it possible to not show the thumbnail portfolio images and just show the text? 

    Or is there a way to make the text appear on top of the image (instead of having to hover over it)? 

  • [deleted] replied

    Hi katrielshlomo,

    Hmm you can hide that button with CSS. Just add the code below to your Custom CSS area:

    li.portfolio-category-all.active {
        display: none;
    }

  • katrielshlomo replied

    Thanks.

    Actually, we would like to get rid of all the category names (we just have one category) and the word "all". How can we do that? 

    Thank you!

  • [deleted] replied

    Hi katrielshlomo,

    That is an option on the Portfolio Items Settings area.


    (view on new page)