Okay
  Public Ticket #512819
Portfolio Headlines
Closed

Comments

  • Dirk started the conversation

    Is there a chance to not have a headline on a projects page?

    If you follow the link I entered, you'll see the headline "Plugins". It's also the name of that project. I'd like to put the name underneath the header (as normal content). How can I remove the headline from my portfolio projects? I mean, those projects need a name, don't they? :-)

    Thanks in Advance.

  •  8,987
    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) :
    .single-portfolio .row .col.section-title h1 {
        text-indent: -9999px !important;
    }

    Thanks



    ThemeNectar Support Team