Meniu Reappear

Hello, can someone tell me how to do reappearing menu like this:
http://blocstemplates.com/demo/enterprise/s/

Thanks.

It’s just a hero bloc with the ‘sticky’ option set for the menu.

1 Like

But it’s not working the same way as site from blocstemplates.com. When sticky option is on the animation is not working. Or do i miss something?

Thanks.

Hi,

I am the creator of Blocs Templates website.

The navigation in Enterprise template was made the same way @pauland explained.

Keep in mind, that in order to get that animation, you have to use the hero (full screen image) navigation bloc. It is not working with regular navigation.

O yeah! That worked! Thank you a lot. :slight_smile:

Ive got this to work but can’t see what Class needs to be changed for the text colour and background. I already have navigation on the other pages with colour added by class.

Any help??

Thanks

Copy this code onto the page with you hero + sticky menu:

.fill-bloc-top-edge.sticky { background-color: #ff0000 !important; }

Change the color to whatever you want.

Since it’s a pain in the butt to add code to every single page, I put all my changes in an external CSS file and attach it in the main project settings.

Another alternative for adding code so thatit appears on every page: Just add the code in the Project Settings under “Analytics Tracking Code”

Gary, why don’t use the Code Editor window?

guess what I just learned? :slight_smile: :slight_smile: THX Eldar!

1 Like