Okay
  Public Ticket #512185
Portfolio headline and all-items icon
Closed

Comments

  • Roy started the conversation

    Hello!

    I was asking this later on but now it's current again and the older topic is closed. So here's again.

    How can I remove the "all items" icon from the top left hand side, and get the title started aligned to the left?

    http://www.metgen.com/portfolio/test/

    Thanks!

  •  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) :
    div#portfolio-nav {
        visibility: hidden !important;
    }
    
    
    .single-portfolio .row .col.section-title h1 {
        text-align: left;
    }
    
    
    .single-portfolio .row .col.section-title {
        padding-left: 0px !important;
    }

    Thanks



    ThemeNectar Support Team