Okay
  Public Ticket #1638695
remove title and spacing on Single Page Portfolio header
Closed

Comments

  •  3
    eddie81b4u started the conversation

    I would like to remove title and spacing on Single Page Portfolio header. I was able to add CSS to remove title yet am having trouble removing the spacing which occupied that space.

    Best,

    Ed

  •  9,002
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div#page-header-wrap {
        height: 100px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    eddie81b4u replied

    PERFECT! Thank you... Love the theme, really well done!