Archived topic
I need your support on homepage
25 replies · Started by An Nguyen on October 18, 2019
The nav looks transparent to me.
If you applied the navigation color changes in the Header Element --> Site Header tab then you just need to assign it to the Front Page.
Hi David,
I had done before you said so that you can see it transparent. I had used fixed position instead of "absolute" and change <div class="praticles"> below site-footer. Therefore, I didn't need change color in header just left it as default setting.
Now, I'm focusing on what's Tom said that is sorted menu!
Thanks.
Is everything working now? Or are you still needing help with something?
Let me know :)
Hi Tom,
How can I change the layout of menu in homepage like your website and not affect other pages?
Thanks Tom.
What about our menu, exactly?
Thanks Tom.
So what about the menu, exactly? The transparency part?
My logo on main-nav now is center inside main-nav (following this guide- https://docs.generatepress.com/article/centering-logo-navigation/) . How can I float it left only on homepage like yours? I wanna keep it center in other pages.
By the way, can I add the same logo to secondary-nav?
Thanks Tom.
Let's solve the first things first. What about this?:
.home .site-logo {
position: relative;
left: 20px;
transform: unset;
}
Hi Tom,
The CSS worked on homepage.
Insert logo inside second-nav, I can handle this.
Thanks Tom.
No problem :)