Okay
  Public Ticket #203077
Remove text from header image
Closed

Comments

  • Dave started the conversation

    I would like to remove the text from showing in the header image on this page. 

  •  8,839
    Tahir replied

    Hey Dave!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    #page-header-bg h1 {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Dave replied

    Thanks Tahir, that worked great! I'm having a secondary issue with a fullwidth image gallery too...

    See this page: http://testsite.elevendy.com/portfolio/skd-dance-t...

    At the bottom, my gallery is falling off the left side of the screen for some reason... thoughts?

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body #portfolio {
        margin-left: 0px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Dave replied

    That worked - thanks Tahir!