Top nav opacity

Hello,
I need the opacity on the homepage nav to be transparent to allow the hero image to show. However, this is a sticky nav so I would like it to be background:white while scrolling. Is there an option for this? Here is the url:
https://jessicaj19.sg-host.com/
Thank you

Hey @Jennine,

When the Bar gets sticky, a Class with the name of x-bar-fixed is added to it. You can use that class in your Bar’s Element CSS as shown in the example code/screenshot below.

$el.x-bar-fixed {
  background: red !important;
}

If you need more sticky bar styling or any other custom CSS guidance, check out our One Premium Support.

The purpose of the code sample above is only to demonstrate the use of the Element CSS. Custom coding is actually not a part of our theme support.

Hope that helps.

perfect thank you

You’re welcome, @Jennine.

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