How to make navigation bar more visible, my autovideo playing behind it is cutting it off

My navigation bar is kind of hidden when certain clips are playing from my autovideo, I want to make it more clear without having to make the video any brighter than it already is and without changing the color of the text

my website is recreation-station.com

the password is admin

Hello @harpalsingh420 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.navigation-bar {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navigation-bar {
  z-index: 100;
}

Save and preview

Hope this can help.

Transcy

1 Like