SKT Meditation mobile header CSS issue

Home Forums All Other Themes SKT Meditation mobile header CSS issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #194027
    Carolyn LewisCarolyn Lewis
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: April 10, 2021

    Hi. I’ve built a site using your premium SKT Meditation theme – www.qetello.com – it’s all working fine with one exception. When displaying in mobile mode the header background colour defaults to black on the home page only. All other pages display with the custom colours as set in the theme appearance options. I’ve tried to locate the correct CSS class for the header and edit it with a custom CSS line, but this doesn’t seem to work either. Could you help me with this issue. Thanks.

    #194056
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    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: #fff !important;}
    }

    Regards,
    Chris

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