Header Color

Homepage Community Forums Ambition Header Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24832
    Tansey L
    Customer

      Hi,
      Can you tell me how to change the header color from black to any other color? Thank you.

      #24833
      Wes
      Moderator

        You can change the background color of the header by adding something like this to your Custom CSS section –

        .site-header {
        	background-color: #ff0000;
        }

        You can add custom CSS by going to “Appearance > Customize > Additional CSS” and copy/pasting the above code and then changing it to the color you want.

        This method is recommended if you want to keep your custom CSS separate from the Theme files.

        The other option is to edit the .site-header section of the CSS in the style.css file directly. I recommend using the 1st option of adding your own custom css to keep everything organized.

        #24834
        Tansey L
        Customer

          Thank you very much

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