WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Hide Header image in Mobile Versions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6376
    Tina OConnell
    Participant

    Also how can I hide the header image in mobile versions.

    #6380
    Grace Themes
    Member

    Hi

    To hide header image from mobile verison

    Go to Appearance -> Customize -> Additional CSS
    add below css code

    @media screen and (max-width:767px) {
    .header { background: none !important; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.