Okay
  Public Ticket #305750
Portfolio masonry
Closed

Comments

  • Vibe started the conversation

    is there a way I could hide the date and title appearing on the portfolio grid? Custom project styles perhaps? 

    http://tinypic.com/r/2rnvwc6/8

  •  8,406
    Tahir replied

    Hey!

    Sure you can , let me know the page url and ill write up some custom css for you. 

    Cheers


    ThemeNectar Support Team 

  • Vibe replied

    It's locally hosted! I'm super sorry for the late reply. Was on vaca.

  • Vibe replied

    The tint is way too much as well! What can I do? To hide the date and the tint. Title is fine I suppose!

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .portfolio-items .col .work-info .vert-center p {
        display: none !important;
    }
    
    
    body .portfolio-items .work-info-bg {
        opacity: 0 !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Vibe replied

    Thanks a lot Tahir! Appreciate it.