Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #133691
    vikasmittal
    Participant

    Hi,

    Though this topic seems old, I am still having issues with removing my header image of the website for mobile devices. Can anybody help?

    Kind regards,
    Vikas.

    #133696
    Skandha
    Participant

    @vikasmittal: Go to => Appearance => Custmomize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:991px) {
    	#masthead {
    		display:none;
    	}
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #133697
    vikasmittal
    Participant

    Hi Skandha,

    Many thanks for your help.
    It does work, but it removed both logo and header images.
    I would like to retain the logo image on mobile devices, but not the header.
    Can you please help?

    Regards,
    Vikas

    #133698
    Skandha
    Participant

    @vikasmittal: Can you please post in your site URL?

    Regards,
    Skandha

    #133699
    vikasmittal
    Participant

    the URL is centralwestpublishing.com

    #133700
    Skandha
    Participant

    @vikasmittal: I just checked your site and I don’t see any header image.

    Regards,
    Skandha

    #133702
    vikasmittal
    Participant

    Hi Skandha,

    I just tried a code and it seemed to have removed the header image from the mobile devices. Ideally, I wanted to have both logo and header images to be displayed on all devices, however, I have lot of issues in making the logo and header images responsive, as these do not re-size depending on the device. Is there a way to resolve this issue?

    Regards,
    Vikas

    #133703
    Skandha
    Participant

    @vikasmittal: I checked your site and you don’t seem to be using our theme. Please post your queries in the respective theme support forum.

    Regards,
    Skandha

    #133704
    vikasmittal
    Participant

    Hi Skandha,

    Thank you for your help.

    Regards,
    Vikas.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Removing header image for mobile devices’ is closed to new replies.