[Resolved] Header Colours

Home Forums Support [Resolved] Header Colours

Home Forums Support Header Colours

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #450978
    johnzoro

    ok you know how you can change the heaader colour for desktop? is there a way to change the mobile header colour as well?

    #451004
    Leo
    Staff
    Customer Support

    Hi there,

    You can do it with CSS for now:

    @media (max-width: 768px) {
        #mobile-header {
            background-color: #ffffff;
        }
    }
    #454346
    johnzoro

    thanks

    #454637
    Leo
    Staff
    Customer Support

    No problem!

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