Archived topic
Header on about page different than site
12 replies · Started by Lisa on February 5, 2021
Hi there,
The header on my About Page is different than the Header on my Site page.
I would like to header to be the same on all of my pages if possible.
Also, I would like my site page to be my home page. Is this possible?
If I change my site page to static instead of a blog page can I add a row with columns and widgets to it?
I'm using elementor pro to customize my pages. So far I find generatepress and elementor pro difficult to use. I would like to find GREAT training how to use both together. Any training you can point me to will be helpful.
Thanks!!
Hi Lisa,
Any chance you can link us to the site in question?
You can use the private information field.
For your second problem I don't fully understand, could you specify it? Thanks! Basically you'll be able to create any kind of layout in a static page.
For the training, unfortunately we don't have the resources, I'm sure you can find a lot info on google :)
Hi, I'm working on a blog now, and again the header is different than my site (home) page. It doesn't look good. How do I keep the header the same as the text (great vibes), text size, text style, etc as the header text on my site page?
Please advise.
Thanks!!
Hi Ying,
I've included the information in the private information field, as requested.
On my site page (home page) I want the ability to add rows with columns and widgets. The only way I think that'll work is if the page is static.
Thanks.
Lisa
Hi Lisa,
I can see your homepage, but I need login info to see the blog page.
Sorry can't help without seeing the code for now, you could try to publish it temporarily and we'll have a look asap :)
Hi Ying, I've provided information in the private information section.
Thanks,
Lisa
It still needs login info to see the page.
Hi Ying,
I've added information to the private information field, as requested.
Thanks,
Lisa
It should've been the wordpress login info, sorry I didn't specify it.
https://www.screencast.com/t/klpWXADUiSE
Hi Ying,
I’ve added information to the private information field, as requested.
Thanks,
Lisa
Hi Lisa,
I checked your staging site, the reason that about page has different heading and navigation is that they're using the style from elementor, the elemntor style is overwriting the setting from customizer.
https://www.screencast.com/t/N0gAGyXe1
Check if there's any settings in elementor that the style won't apply to header and navigation.
Let me know :)
Hi Ying,
Thanks for looking at my site.
See my message in the private information field.
Lisa
Hi Lisa,
CSS is definitely not a good idea, it could only be a temporality solution, since if you change any about the site title and primary navigation settings in customizer in the future it won't apply to all the pages.
I provide the CSS below, but you'll still need to find out how to prevent elementor style takes over the customizer style :)
.page .inside-header .site-branding p.main-title a {
font-family: "Great Vibes", handwriting;
font-weight: 100;
font-size: 59px;
.page .main-title a, .main-title a:hover {
color: #222222;
}
.page #primary-menu ul li a {
font-family: "Work Sans", sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 17px;
}