Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101006
    Nancy
    Participant

    I’d like to display a different header images on a mobile devices vs desktop. Is that possible?

    Additionally, how and I turn off social media icons/search box mobile devices? I previous had some custom CSS that turn on the search box but removing that code doesn’t appear to change anything.

    Thanks!

    #101015
    Mahesh
    Participant

    @nschoeggl: I’m afraid this is not possible.
    how can I turn off social media icons/search box mobile devices
    Please post in your site url so I can help you further.

    Regards,
    Mahesh

    #101041
    Nancy
    Participant
    #101075
    Mahesh
    Participant

    @nschoeggl: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 960px ) {
        #sidebar-header-right {
            display: none;
        }
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Different Header Image based on screen size?’ is closed to new replies.