Title on portfolio page

Hi. How can I lower the title on my portfolio page? Currently it starts from the very top of the page... and runs over the site header/logo.

Comments

  • Hi,

    it's because you use kind of transparent header. If you don't like it, please use different header type.

    Thanks!
  • Ok, but that leads to another problem for me. Pls refer to earlier url. Anyway to remove the post title & path that's now in the header bar?
  • Those details you can remove under Theme options > Header & Subheader > Subheader section but as we can see, you probably do not mean to remove it completely but just hide the text to keep the background. If that's what you mean, you need to use custom css:
    #Subheader .title, #Subheader .breadcrumbs { visibility: hidden !important; }
Sign In or Register to comment.