Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1489052

    Hi,

    I would like to change the color of the horizontal bar where the “Enfold Main Menu” is located. Where can I find the correct name for this area in the template settings—and the corresponding color setting?

    Kind regards.
    Mario

    #1489056

    here are some rulesets that belong to your question.

    #top #header_main_alternate,
    #top #header .av-main-nav > li > a {
      background-color: #aaa;
    }
    
    #top #header .av-main-nav > li > a,
    top #wrap_all #header #menu-item-search > a{
      border-color: #fff  !important;
    }
    
    #top #header .av-main-nav > li > a .avia-menu-text {
      color: #333
    }
    
    #top #menu-item-search a.avia-svg-icon svg {
      z-index: 1;
      fill: #333 !important;
    }

    _____________
    btw. dear mods : why is the search icon set to z-index: -1 on header_main_alternate on default ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.