Comments 3mxvllhrdt started the conversationSeptember 3, 2022 at 8:46pmHi, is it possible to give the mobile header a background color, while on tablet and desktop its transparent?Thank you! 279Noah repliedSeptember 4, 2022 at 8:10amHi there,Could you try the following CSS: @media only screen and (min-width: 1px) and (max-width: 690px){ body #header-outer { background-color:red !important; } } add it to salient \ general settings - css script related - custom css code.Adjust the red to whatever color you want.Cheers. Sign in to reply ...
Hi, is it possible to give the mobile header a background color, while on tablet and desktop its transparent?
Thank you!
Hi there,
Could you try the following CSS:
add it to salient \ general settings - css script related - custom css code.
Adjust the red to whatever color you want.
Cheers.