Okay
  Public Ticket #1971815
Changing color of the top bar
Closed

Comments

  • Jonathan started the conversation

    Hello

    How to change the color of the top bar ? By default it is set dark grey but I don't know where it come from and how to modify it.

    Thanks you

  • [deleted] replied

    Hi Jonathan,

    Can you please add the code below to your Custom CSS area:

    header.site-header .top-menu {
        background: #7607e6;
    }
    .top-menu--dark .top-menu--widget {
        color: #fff;
    }
    .top-menu--dark a {
        color: #fafafa;
    }

    Have a great weekend!