-
Avadhut
Hi,
How to keep the same Menu Bar and Text color though out the site? Right now, it’s showing only on the posts. But not on Page Menus, I feel.
Image: https://ibb.co/2F8KVWw
URL: https://innergpsgurus.com/twin-flames-and-kundalini-awakening/I want this on the entire site, except Home Page and some Landing Page. How to set it?
Thanks.
-
Alvind
You have CSS set in the child theme stylesheet that only applies to the single post menu bar:
body.single-post nav#site-navigation { background: #444CE7; }
To apply it to pages as well, replace the CSS with this:
body.single-post nav#site-navigation, body.page nav#site-navigation { background: #444CE7; }
-
Avadhut
I applied the code. But, not working. Please check this page and Menu Bar: https://innergpsgurus.com/about-2/
-
You have a header element which merges the header with the content, and also set the header area bg to transparent.
If you do not need the header element on this page, you can exclude it by adding pages > page name to the exclusion list.
-
Avadhut
Done.
Now, How to remove Menu Bar on Home Page: https://innergpsgurus.com/
Secondly, the Categories page Menu Bar is still showing white background, despite changing the header bg color: https://innergpsgurus.com/category/kundalini/
Thirdly, the Menu Bar hover color for text I have changed it to white, but, it’s not working.
Please guide.
-
Let’s solve one issue at a time.
Now, How to remove Menu Bar on Home Page: https://innergpsgurus.com/
You can use the Disable Element metabox to disable the Primary Navigation on home page:
https://docs.generatepress.com/article/disable-elements-overview/Let me know if this works.
-
Avadhut
Done. Now, can we solve the 2, and 3 points above? 🙂
-
Alvind
You should set the color under Customize > Colors > Primary Navigation > Navigation Background. You can also set the menu text hover color there.
-
Avadhut
Thank you. 🙂
-
Alvind
You’re welcome!
- You must be logged in to reply to this topic.