I am trying to make the menu no longer transparent on the desktop! How can I do this?
Website: moroccanplus.com
I am trying to make the menu no longer transparent on the desktop! How can I do this?
Website: moroccanplus.com
@media (min-width: 991px) {
.site-header-white.index-header:not(:hover):not(.active) {
background: #e76565 !important;
}
}
Hello @omar_ab
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
![]()
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.