• Resolved camillaangelica1

    (@camillaangelica1)


    Hi, I have used “unique headers” plugin on my service pages.
    It works great on laptop version, but on mobile it shows the frontpage header image on all pages instead of the unique images…

    Can you please help me resolve this?

    thanx

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Thank you for reaching out to us here.

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 1024px) {
    	 body:not(.home) .header-image .large-header {
    		 display: block;
    	}
    	 body:not(.home) .header-image .small-header {
    		 display: none;
    	}
    }
    

    I hope this helps. Have a nice weekend ahead ??

    Regards,
    Kharis
    aThemes Support

    Thread Starter camillaangelica1

    (@camillaangelica1)

    wow quick reply.
    it works!

    Thank you so much

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis
    aThemes Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘unique headers not working on mobile’ is closed to new replies.