Remove Portfolio Header in all items

Hi Muffins, 
I wonder how I can eliminate all headers for portfolio items at once and add a "200px" empty space.?
When Minimalist is ON (under Header & Subheader >Header) all posts and portfolio items padding are remove. which is ok, but then the Menu gets on top of everything else on the post or portfolio-item. 


Comments

  • Hi,

    please show us on screenshot what "all headers" you mean and also please send us url to page where you want to remove this and we'll have a look on it.
  • ok.. let me explain. 
    By default Post & Portfolio have an image for the menu subhead. 
    When the option MINIMALIST is ON , both portfolio and post Titles show up under the Menu area. 
    I read in one of you post how to remove a certain post title, authors etc,  via css and i wonder if more parameters can be added, such as 200px default hight.. 

    what screenshot service would you use to share screens?
  • Ok, got it now. Yes, it is possible to have 200px default height of header. This can be done with below css:
    body:not(.template-slider) #Header { min-height: 200px !important; }
Sign In or Register to comment.