99u Header style!

Hey there!

I’ve been trying to create a similar header as seen on this site: https://99u.adobe.com/

Please, could you lend some expert guidance on how I may accomplish this, or is it not possible with Pro?

Fingers crossed, it is possible.

Thanks,
David

Hello David,

Thanks for asking. :slight_smile:

If you are looking to change the background color on scroll of header, you can take a look at the solution provided in following thread.

Thanks.

Hey @Prasant

Thanks for the above info. Unfortunately, that did not work.

However, I’ll leave it for now.

Thanks,
David

Hello David,

Are you using Pro theme and have built a custom header? Please edit your custom header and insert this custom css in the bar setting’s “Customize” tab

$el.x-bar-fixed {
  background-color: #2c3e50 !important;
}

Feel free to change the color.

Hey @RueNel!

Just now entered the code and it worked beautifully.

Awesome, mate!

Hey @bbigdave

Thanks for letting us know that it has worked for you.

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.