• I just installed an update for the Sydney theme, after which my header image no longer appears on tablets or phones. Can anyone say how to fix this? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rloranger,

    You would need this additional CSS to retain the header image on mobile screen.

    @media only screen and (max-width: 1024px) {
        .sydney-hero-area .header-image {
            background-image: url(https://powerunit17.com/wp-content/uploads/2024/04/website-header-v8-2024.jpg) !important;
            background-size: cover;
            height: 300px !important;
        }
    }

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    Thread Starter RLoranger

    (@rloranger)

    Thank you, Kharis. That did solve the problem.

    Have a great day.

    🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘After update, header doesn’t show on tablet or phone’ is closed to new replies.