[Support request] Different site header background image for mobile

Home Forums Support [Support request] Different site header background image for mobile

Home Forums Support Different site header background image for mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #962248
    Martin

    I uploaded a background image for the site header at:
    Customizer > Background Images > Header

    It looks great. But I’m going to need a different image for mobile.

    I read this article, and watched the video, but I’m not clear how to use this to accomplish my task:
    https://docs.generatepress.com/article/header-element-overview/

    #962304
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .site-header {
            background-image: url(https://MOBILE-BACKGROUND-URL);
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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