Okay
  Public Ticket #3075386
color of the header
Closed

Comments

  • Hanquet started the conversation

    Good morning, 

    I would like to change the color of the header in white. How to do ?

    Thank's.

    Attached files:  Capture d’écran 2022-06-30 à 11.55.33.png

  •  1,627
    Andrey replied

    Hello, Dear Hanquet!

    Thank you for this nice questions.

    To do this - please click WP Dashboard => Appearance =. Customize => Additional CSS and paste this code here:

    .home.home_absolute_header .page_header_wrapper .header_2.affix-top {
        background-color: #c1d0d9e6;
        background-image: none;
    }
    .header_darkgrey {
        background-image: none;
        background-color: #c1d0d9e6 !important;
    }
    

    Then save changes and check the results at front-end.

    Best Regards!

  • Hanquet replied

    Thank you ! 

  •  1,627
    Andrey replied

    You are welcome, Dear Hanquet!smile.png