Home Forums Trusted Pro Header image in mobile. View

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4358
    Ashok reddy Goli
    Participant

    Is there any way to hide header image in mobile devices.

    #4367
    Yazmin
    Keymaster

    Add the following to Additional CSS:

    @media screen and (max-width: 768px) {
        .main-header {
            background-image: none;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header image in mobile. View’ is closed to new replies.