Okay
  Public Ticket #1011527
Remove text on portfolio, but keep custom content
Closed

Comments

  •  2
    rashmeejoshi started the conversation

    I am using the following rule taken from the support channels:

    .portfolio-items .col .work-info .vert-center :not(custom-content) {
      display: none!important;
    }


    However .custom-content is still visible, although the text disappeared. 

    Additionally for some reason the custom CSS seems to have disappeared from the last time I've set it and saved it. I was wondering if there are any documented instances of this happpening. 

    I'm really sorry for the bother, and thank you so much.

  •  8,997
    Tahir replied

    Hey Again,

    Correct css is this : 

    .portfolio-items .col .work-info .vert-center .custom-content {
      display: none!important;
    }
    

    Best.


    ThemeNectar Support Team 

  •  2
    rashmeejoshi replied

    Hey Tahir

    I'm really sorry - I meant to say that I want the .custom-content to be visible (like the social logos and any other custom content I want to add) but don't want the text overlay - what I would need to do. 

    Apologies for the confusion. 

  •  8,997
    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) :

    .portfolio-items .col div[data-custom-content="off"] .work-info .vert-center {
        display: none!important;
    }

    Remove all previous

    related css including this one : 

    Best


    ThemeNectar Support Team