Header background on mobile landscape

Home Forums Perfect Forum Header background on mobile landscape

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #73356
    KirkKirk
    Participant
    • Topics: 15
    • Replies: 15
    • Total: 30
    Member since: September 1, 2016

    I’m using Perfect Interior theme and for some reason the home page in mobile landscape has a white header background. The rest of the site is blue. Ideas for some custom css?

    http://hillsview.4sitewebservices.com

    #73357
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30647
    • Total: 30647
    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) {
    .home.has_trans_header .header { background:#1e73be !important}
    }

    Regards,
    Chris

    #73469
    KirkKirk
    Participant
    • Topics: 15
    • Replies: 15
    • Total: 30
    Member since: September 1, 2016

    That worked, thanks Chris!

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

    🙂

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