Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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