Change header/top menu background color

Discussion in 'Andrina WordPress Theme' started by mecmec, Mar 24, 2021.

  1. mecmec

    mecmec New Member

    Joined:
    Mar 8, 2013
    Messages:
    12
    Likes Received:
    0
    Hi,

    I am trying to change the background color behind the header image and top menu as well as the page background which is currently set to white. I have used the css below but nothing changes.

    .header_container {
    background: #FFFFFF !important;
    }

    .menu-container {
    background: white;
    }

    Currently, these areas are light grey.
    https://simcoecarpentry.ca
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .header {
        background: #ffffff;
    }
    I hope this will help you.

    Regards,
    Shemaela
    InkThemes.com
     
  3. mecmec

    mecmec New Member

    Joined:
    Mar 8, 2013
    Messages:
    12
    Likes Received:
    0
    Thank you that worked however there is a grey line between the header section and the slider. Can you suggest how to make that white also?
    This could be the slider background color although it only seems to show on top of the slider.
     
    Last edited: Mar 25, 2021
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .svg svg {
        max-width: 100%;
        display: none !important;
    }
    Regards,
    Shemaela
    InkThemes.com
     

Share This Page