Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1041318
change "our services" background color for mobile
Closed

Comments

  •  2
    argenisperez started the conversation

    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?

  •  7,280
    Oliver replied

    HI!

    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