Okay
  Public Ticket #417886
Get rid of overlaid text in portfolio/gallery
Closed

Comments

  • Timothy started the conversation

    Click on the first (left) pictures in this portfolio project:

    http://www.timothyselvage.com/portfolio/northampton-cathedral-church/

    and you will see that the photo is overlaid with text e.g. "Northampton Cathedral Church properly known as The Cathedral of Our Lady Immaculate & St Thomas of Canterbury. To get this angle I had to almost lay across on top of some wooden pews, which was uncomfortable to sat the least and must have appeared ridiculous to on-lookers. There was no space to fit me and a tripo......."

    This text is in the photo metadata and was transferred/mapped to the wordpress field: description. I don't want to delete the text from the wp description field (in case I want to use it elsewhere).

    So how can I stop this text from showing? Couldn't find the right tick box I guess?


    Thanks.

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    p.pp_description {
        display: none !important;
    }


    ThemeNectar Support Team 

  • Timothy replied

    thanks man. Worked a treat!! :-D