Not resolved

header transparency

Ultra Theme started by happyaj Jul 18, 2015 1 reply
happyaj Jul 18, 2015 · 4:49 pm #2081

Hi,

Is it possible to change the header transparency to 0?

Thank you!

Andrew Misplon Puro Jul 18, 2015 · 6:05 pm #2083

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.

2 posts