Site logo

Archived topic

Merge header background colour not working

7 replies · Started by _blank on June 1, 2018

Viewing posts 1–8 of 8

Hi There,

I've setup a Page Header and have some issues with background colours. I'd like to make the background white and transparent rgba (255,255,255,0.75)

The navigation works perfectly but the header isn't rendering rgba(255,255,255,0.75).

Also is it possible to make the Social icons the same value?

Thanks
Happy Friday
Scott

Hi there,

If I understand this correctly, you are hoping to apply an overlay color on top of your slider?

If that's the case you would have to do that on the slider itself (using whatever plugin you created the slider with) and not through the page header options.

As for the social icons, try this CSS:

.header-widget .icon-set-lsi_widget-6 a {
    background-color: rgba(255,255,255,0.75) !important;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Try this CSS for the header background:

.generate-merged-header .site-header {
    background: rgba(255,255,255,0.75);
}

The navigation background can be adjusted in Page Header Advanced tab.

Hi Leo

Thats almost working - there's just a gap on the header in safari and doesn't work in chrome.
Thanks
Scott

Hi Leo

Thanks thats working now.
Scott

No problem :)

This archived topic is closed to new replies.