Okay
  Public Ticket #153749
Hide Portfolio Item Titles On the Portfolio Pages
Closed

Comments

  • Oliver started the conversation
    Hi ThemeNectar, First off really love the theme. I am hoping to hide the portfolio titles of the individual portfolio items. However I only want this for the Masonry Style with meta daa on scroll over (the style i have included the link for) For the time being I have just not included a name in the title section, but should you scroll down you will see a couple with the titles still appearing. I am guessing there is a class I need to hide, unfortunately don't seem able to figure out which. Thanks in advance
  •  1,069
    ThemeNectar replied

    Hey Oliver!

    Add this into the Custom CSS box located in your Salient Options panel:

    .single-portfolio .row .col.section-title h1 {
       opacity: 0!important;
    }

    Cheers!

  • Oliver replied

    Hi themenectar,

    Sorry for the late response

    Unfortunatly this didn't do what I wanted it to do, infact although im sure it probably did something i couldn't see its result.

    Anyway just incase anyone else needs this, i found the classes I needed to hide and put this in the custom CSS:

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

    Thanks though :)