Header color upon scroll

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
Wombat66
Posts: 2
Joined: Tue Sep 13, 2022 6:37 pm

Header color upon scroll

Post by Wombat66 »

Hello experts,

I need help with changing a Header.

From a qwb6 template, snowworld.qwb, the header starts off as transparent. As soon as I start to scroll down, the header background changes to a solid blue. Where can I change that blue, to a different color? I’m using Quick ’n Easy Web Builder 9.3.1 (Mac App Store version) but cannot determine where that setting can be modified.
User avatar
Pablo
Site Admin
Posts: 3915
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Header color upon scroll

Post by Pablo »

This behavior is defined in the HTML object: Html1

Code: Select all

#wb_header.affix
{
   background: #FF0000;
}
Wombat66
Posts: 2
Joined: Tue Sep 13, 2022 6:37 pm

Re: Header color upon scroll

Post by Wombat66 »

Perfect!

Thank you so much!
Post Reply