Okay
  Public Ticket #2528782
Menu background color on one page only
Closed

Comments

  •  8
    byggis started the conversation

    Hi, how can I get the background color of the menu's to be white? Only on this page. See attached

  •  2,965
    Andrew replied

    Hi there,

    You can adjust menu background in Salient > Header navigation > Logo and general styling

    1977508917.png


    Thanks.

  •  8
    byggis replied

    Hi Andrew, 


    Thank you, but i need it on ONLY one page. 

    I want the header white, now its blue.

    see attached

  •  2,965
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related:

    #header-secondary-outer, #header-outer #header-secondary-outer, #header-outer #mobile-menu .secondary-header-text {
        background: white;
    }
    

    Kind regards.

  •  8
    byggis replied

    Thank you, works like a charm!