Stick an element to the menu on an specific page

Hi,

I would like to have a strip stick to the menu only on a specific page of my website so when the user scrolls it down this strip gets together with the menu and does not scrolls up together with the page.

Here the real example: In my website (www.lecod.com.br) on page https://www.lecod.com.br/ld301 I would like to have the gray strip fixed to the header on this page so when the user scrolls it down this gray strip does not move up together with the page.

I tried this solution here ( https://support.wix.com/en/article/corvid-tutorial-hiding-an-element-on-certain-pages ) which I was able to hide from all other pages but in the page I want it to show it is not even showing the gray strip.

Appreciate your help :slight_smile:

If you want the grey strip to be in your header and only shown on the one specific page, then try placing the code that you have used from the Wix tutorial that you linked above, in the site code tab and not the page code tab.

It will then apply to all your pages on your site and you can simply put it as show in the onReady page function in the page code on the specific page that you want it to be shown

Another option, would be to set it up in your header so that it does the same as the header, however set it up as collapsed on load so that it does not show or take up space on your page when it is not needed.

Then on the specific page that you need it, simply put in your page onReady page function the code that makes it expand when the page loads.