My navigation menu is currently black and it is hard to see because I have an autovideo playing behind it. The video is quite dark and so the black text isn’t visible. I know swapping to white text would fix the issue but on my other pages the background is white so the text wouldn’t show up on the other pages. I’ve attached a photo
Website: recreation-station.com
password is admin
Hello,
What do you think about this solution?
Online store > theme > Edit code.
Assets > index.css
Copy and paste at the bottom of the file.
.header-wrapper .header {
background: #ffffff45;
}
Assets > base.css
Copy and paste at the bottom of the file.
.header__heading-logo-wrapper {
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
Result:
Hope this helps,
1 Like