We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2741367
Header.blade
Closed

Comments

  • NielsWindey started the conversation

    hi


    i wanna change the color of header.blade from white to d0b084.


    i changed the colors in the file but i cannot see changes?

  •  2,479
    Support replied

    Hi,

    How did you change it? 

    You can add your custom CSS in Admin -> Appearance -> Custom CSS.

    Ex:

    .top-header {
        background-color: #d0b084;
    }