Archived topic
Make Header Transparent
3 replies · Started by John on October 23, 2015
Is there anyway to make the header area transparent? I don't see anyway and I have a background that needs to show through the header area but right now, I can only choose the color.
Hi John. Using the Colors or GP Premium Add-On you would go to Appearance > Customize > Colors > Header Colors > Background > Select Color and remove the hex value.
If you want to use CSS this should do it:
.site-header {
background: transparent;
}
Colors Add-On: https://generatepress.com/downloads/generate-colors/
GP Premium Add-On: https://generatepress.com/gp-premium/
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Awesome! Thank you! That worked!
Glad to help :)
