Featured image

  • Author
    Posts
  • #92306

    How do I remove the featured image, that is shown under the header in the mobile design?

    Website: seriemagasinet.dk

    #92345
    Zed
    Cryout Creations mastermind

    You can hide the header image on smaller screens with custom CSS:

    @media (max-width: 800px) {
       body #header-image-main {
           display: none;
       }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #92347

    Where do I put the CSS-code?

    #94192
    Zed
    Cryout Creations mastermind

    In WordPress’ additional CSS field (in the customize interface) or in the custom CSS plugin of your choosing.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Featured image’ is closed to new replies.