happyaj Jul 18, 2015 · 4:49 pm #2081
Hi,
Is it possible to change the header transparency to 0?
Thank you!
Hi,
Is it possible to change the header transparency to 0?
Thank you!
Hi happyaj
Thanks so much for your support.
The stick header opacity can be set from Appearance > Theme Settings > Header > Sticky Header Opacity.
To change the header opacity in it’s starting position, we’ll need to use a little CSS. If you’re not yet using a Custom CSS plugin, install: https://wordpress.org/plugins/so-css. Then go to Appearance > Custom CSS and insert:
/* Header */
.site-header {
background: none !important;
}Let me know how this goes. We’ll adjust if it’s not right.