Okay
  Public Ticket #226754
Hide Portfolio Thumbnail Titel
Closed

Comments

  • Michael started the conversation

    Hi,

    Is there a way to hide the project title of the in the portfolio thumbnail (version with zoom effect)?

    Thank you!

  •  9,639
    Tahir replied

    Hey Michael!

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

    /* hide title and date */
    body .portfolio-items .col .work-info .vert-center {
        display: none;
    }
    /* hide title only */
    body .portfolio-items .col .work-item.style-3 h3 {
        display: none;
    }
    /* hide date only*/
    body .portfolio-items .col .work-info .vert-center p {
        display: none;
    }
    
    
    

    Cheers


     Salient Support Team


  • Michael replied

    Works perfect thank you!!!

  • Buildarchviz replied

    hm...this doesn't work for me. I am using a child theme. Could this be a problem?

    http://www.architektur-visualisierung.build

    Tim

  •  9,639
    Tahir replied

    Hey Tim!

    Thats because you are using another project type.  These should work for you:

    /* hide title only */ .portfolio-items .work-item.style-4 .bottom-meta h3 {     display: none; } /* hide date only*/ .portfolio-items .work-item.style-4 .bottom-meta p {     display: none; }

    Cheers


     Salient Support Team


  • Buildarchviz replied

    cool! you are realy fast!

    thank you.

  • Jak replied

    Hi,

    I'd also like to hide the title and description of particular portfolio items, but when i tried the code you suggested: 

    /* hide title and date */
    body .portfolio-items .col .work-info .vert-center {
        display: none;
    }
    
    It hideas ALL of the titles of portfolio items, including ones which I have created custom content. How do I solve this please?



  •  9,639
    Tahir replied

    Hey,

    You need to add the postid-nn next to the body css selector so it works only on that page. 

    body .portfolio-items .col .work-info .vert-center {
        display: none;
    }
    


    Best.



     Salient Support Team


  • Jak replied

    Hi,

    Thanks for getting back to me. 

    But they are on the same page? You can see here: http://waywestdesign.com/ The images are the portfolio items that I'd like to keep wth no text overlay, but the blank colour squares are custom and have text content which is now not visible?


  •  9,639
    Tahir replied

    Hey ,

    Please create a private ticket with your login credentials so i can have a look at which element you are referring to .

    Best.


     Salient Support Team