• Here’s a link to my website https://www.heyitsdonovan.com/my-portfolio/

    When you hover on any of the portfolio item it shows the title and the category of the item I’m trying to find a way to hiding the title of it but i want it hide every title of each item in that category for example the every item in the photography category as its title hidden but every item in print development isn’t it.

    I’m using the Bionick Theme

    I know I have to use a css code but I’m not really efficient in css at the moment can somebody please help me? I was thinking of getting a new theme with a photography gallery already made but I really like this theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi donovansmith,

    You could try adding the following to your CSS

    .grid-item h3 {
    	display: none;
    }

    Let me know how you get on.

    Drew

    Thread Starter donovansmith

    (@donovansmith)

    You are a lifesaver! but there’s just one thing though is there a way to just hide the title of the portfolio items in the photography category only? instead of it hiding the title of every portfolio item?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css code to hiding a title of a portfolio item in a specific portfolio category?’ is closed to new replies.