[Resolved] Header not visible on some pages

Home Forums Support [Resolved] Header not visible on some pages

Home Forums Support Header not visible on some pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #364900
    Jean-Louis

    Hi,
    – I am trying to use the template. I am new on WordPress.
    I don,t know why, the header of the logo is visible only on some pages.
    Home: not visible (http://www.theurgiauniversity.com/)
    Login: visible. (http://www.theurgiauniversity.com/login/)
    I cannot find a way to fix that.
    – The second issue is the color of the background. I want it white and it is grey. I customized the color of the background header but nothing changed…
    I hope you can help me.
    Thank you!

    #364948
    Leo
    Staff
    Customer Support

    Hi there,

    – You hid the header with this CSS:

    /* Hide header on Home page */
    
    .home .inside-header.grid-container.grid-parent {
    display: none;
    }

    – You set the background color with this CSS:

    /* remove top and bottom padding from header and change background color*/
    
    .inside-header.grid-container.grid-parent {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efefef;
    }

    Let me know if this helps.

    #365193
    Jean-Louis

    thank you,
    but in fact, I want the header visible on all pages and I don<t think I did something.
    Where I can find the place to copy or delete these CSS?

    Thank you again.

    #365200
    Leo
    Staff
    Customer Support

    Check Customizer > Additional CSS. You can remove all the above code.

    #365203
    Jean-Louis

    In fact when I am on my Homepage, I have the message at the bottom “Page Header: No page headers found: want to create one?”
    I don’t see there anything I can do to show the header…
    Thank you again!

    #365206
    Jean-Louis

    Hi Leo,
    I just saw your answer just after my latest post. I check that and let you know.

    #365207
    Jean-Louis

    Hi,
    Everything worked! Thank you so much!
    I spent several years with Joomla and learn now WordPress.
    Thank you for your support!

    #365208
    Leo
    Staff
    Customer Support

    No problem!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.