Home › Forums › Support › Global style background color – mobile device only This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 22, 2022 at 5:22 am #2163308 pro123 Hi Team, I am using a global style H1 header with a background color. I would like to only show this background color on a mobile device. The background color should disabled on all other devices Regards, Luuk March 22, 2022 at 5:39 am #2163324 DavidStaff Customer Support Hi there, try adding this CSS: @media(min-width: 769px) { h1.gb-headline-main-h1-header { background-color: unset; } } March 22, 2022 at 5:55 am #2163338 pro123 Thanks David! March 22, 2022 at 6:17 am #2163352 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In