Viewing 1 replies (of 1 total)
  • Theme Author Atanas Yonkov

    (@nravota12)

    Hey @easyman ,
    I guess you want to show the menu items on top of the full-height featured image? In that case, you can add custom css in theme customizer (appearance=> customize => additional css):

    .main-navigation-container {
      background: transparent !important;
      position: absolute;
      z-index: 99;
    }

    Hope this helps.

    • This reply was modified 2 years, 10 months ago by Atanas Yonkov.
Viewing 1 replies (of 1 total)
  • The topic ‘How to set menu area background transparent when static? Thank you when’ is closed to new replies.