Tagged: ,

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

    Hello, I set my header settings, so that my logo left, menu below. How could i change the color of my Menu to #3A7CBF but not the Logo Area?
    Thanks Neli

    #1053282

    Hey neli666,
    I assume that you mean the whole bar, if that’s correct you’ll want the dark items to be white so you can see them.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_main_alternate.container_wrap {
        background-color: #3a7cbf !important; 
    }
    
    #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text {
        color: #fff !important;
    }
    .header_color .avia-menu-fx {
    background-color: #fff !important;
    }
    #menu-item-search a {
    color: #fff !important;
    }

    Best regards,
    Mike

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