Okay
  Public Ticket #617541
Portfolio project header text
Closed

Comments

  • Alex started the conversation

    Hey guys,

    Just wondering if it\'s possible to remove the portfolio header title text? ..both when using a feature image and without.

    http://mulecreative.com.au/home/index.php/portfolio/albert-st/

    Many thanks

    Alex

  •  8,470
    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 #full_width_portfolio .row .col.section-title h1, .single-portfolio .row .col.section-title h1 {
        visibility: hidden !important;
    }

    Best.


    ThemeNectar Support Team