Site logo

Archived topic

Header not visible on some pages

7 replies · Started by Jean-Louis on August 12, 2017

Viewing posts 1–8 of 8

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!

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.

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.

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

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!

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

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

No problem!

This archived topic is closed to new replies.