- This topic has 7 replies, 3 voices, and was last updated 5 years, 4 months ago by
Tom.
-
AuthorPosts
-
February 13, 2015 at 3:31 pm #74812
Kris Fassa
I used the blog page header add on to have a transparent header title, but I can’t get my navigation to go below the header anymore. I would also like all my navigation links to use the same header/template as the home page and get rid of the redundant category header “fitness” etc., so only the link and listed content changes when you move to different pages. Finally, I was also wondering about changing the transparency of my content boxes for the excerpt post listings on all may pages and making the text white. Here is my site: http://www.modernrenegade.com
sorry for so many questions!
February 13, 2015 at 6:44 pm #74833Tom
Lead DeveloperLead DeveloperHi Kris,
Why not add your header image on all pages through “Appearance > Customizer > Header Content”.
Then you can move your navigation above your header in the Customizer under the “Layout” tab.
To hide the category names, you can add this CSS:
.archive .page-header { display: none; }
Let me know if you need more info π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 15, 2015 at 3:15 pm #75264Kris Fassa
Thank you for your reply! Do I add that code in the GP hooks? Tried most of them and didn’t work. Also, I wish to have a transparent background, and I don’t see that as an option for bg color on the header content customizer.
February 16, 2015 at 12:06 am #75300Tom
Lead DeveloperLead DeveloperYou can use the plugin in my signature below to add that CSS π
To choose a transparent color, simply remove the color and leave it blank.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 18, 2015 at 1:18 pm #76422Kris Fassa
Works like a charm, thanks! That plug in is pretty sweet!
February 18, 2015 at 1:18 pm #76423Tom
Lead DeveloperLead DeveloperGlad I could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 12, 2015 at 10:15 am #143737Bryn
Is there a way to add a custom header to categories that doesn’t appear behind the site title? I want to add it just like it is on the other standard pages.
October 12, 2015 at 11:02 am #143767Tom
Lead DeveloperLead DeveloperHi there,
I just answered that question here: https://generatepress.com/forums/topic/flip-menu-and-page-header/#post-143766
You would have to use some PHP in the GP Hooks add-on.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.