top bar background color

Home Forums All Other Themes top bar background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #129641
    Matej OndrusekMatej Ondrusek
    Participant
    • Topics: 2
    • Replies: 0
    • Total: 2
    Member since: August 24, 2019

    Trying to setup My Dog theme, URL https://www.weimaraner.sk/

    On large screen top bar background is black, when I resize browser window to small size like on mobile phone, top bar background changes to blue. Where is this blue color for small screen sizes settable? I cannot find it anywhere and I want it to be black even on small screen size.

    Thanks for help.

    #129666
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    
    @media screen and (max-width:767px) {
    .header {
        background: #282828 !important;
    }
    }

    Regards,
    Dave

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