Okay
  Public Ticket #164102
Portfolio Titles Not Displaying
Closed

Comments

  •  1
    Dennis started the conversation
    I had titles displaying on portfolio items when I would mouse over them ... but all of a sudden the titles are no longer displaying. Did I inadvertently change something that caused the titles to stop showing up? http://wp.christianlife.org/ministries/ Mouse over any of the graphics and the green hover graphic and + symbol shows up, but not the item title.
  •  1
    Dennis replied

    I found the source of my problems. Apparently I added this custom CSS to fix some other issue, and it also removes the titles on the portfolio page: 

    .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3, .portfolio-items .col .work-item.style-2 h3 {
      opacity: 0!important;
    }

    I can't remember why I added it, but I am sure I will figure it out somewhere along the way. Do you know if this custom CSS does anything besides removing Portfolio titles? 

  •  1,069
    ThemeNectar replied

    Hey Dennis! Glad you found the issue!

    To answer your question - no, that css is only for hiding the titles :)

    Cheers

  •  1
    Dennis replied

    That works. Thanks!