Okay
  Public Ticket #1360992
Disabling Title Text on Portfolio Images
Closed

Comments

  •  2
    Evan started the conversation

    Hello again, 

    Since I am unable to change the text over the images on the portfolio, can you tell me how to disable it when it appears over the image before clicking on it? 

    I still want the text to appear over the lead image when you click on the project - just not in portfolio view. 

    Please see screen shots for more information on what I mean. 

    Thank you!

  •  2
    Evan replied

    I would also like to disable the date from being displayed on the main portfolio page.

  •  2
    Evan replied

    I tried implementing the following .css, but it made it so that the projects weren't clickable to view in portfolio mode: 

    .work-info [

       display: none !important;

    ]

    Any other ideas? Thanks in advance!

  •  8,435
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .work-info [
       visibility:hidden !important;
    ]

    Thanks


    ThemeNectar Support Team