Okay
  Public Ticket #1071198
Menu Background Color
Closed

Comments

  •  2
    Christopher started the conversation

    I am working with the Kalium Fitness Theme. I am looking to set a background color for my main nav bar menu at the top of the page. By default there is no color to this menu bar, however you can specify a color for the sticky menu if enabled.


    I would like to set the background color to white on the main menu bar, but can seem to find where to to it in the labrador engine or CSS

  • [deleted] replied

    Hi Christopher,

    Can you please add the code below to Custom CSS:

    header.main-header {
    background-color: #2f1d1d !important;
    }