Comments 2argenisperez started the conversationJanuary 30, 2017 at 9:58amHi Gem TeamCould you help me to change the color for "Our services" section for mobile devices?I change it for descktop changing the background image but un the mobile devices keep the blue color.Could you guide me how to do that? 7,092Oliver repliedJanuary 30, 2017 at 5:07pmHI!pls. use following css: /*replace background-color*/ @media (max-width: 1200px) .custom-bg-responsive-1 .fullwidth-block .fullwidth-block-background { background-color: rgb(0, 0, 0); } /*or add a picture to background-image*/ @media (max-width: 1200px) .custom-bg-responsive-1 .fullwidth-block .fullwidth-block-background { background-image: url(https://www.grupoadministrategia.com/wp-content/uploads/2017/01/16green-gray.png)!important; background-repeat: no-repeat; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi Gem Team
Could you help me to change the color for "Our services" section for mobile devices?
I change it for descktop changing the background image but un the mobile devices keep the blue color.
Could you guide me how to do that?
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver