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 #1793134
theme row settings.
Closed

Comments

  • amit82886 started the conversation

    In our "what we do" section we had uploaded background image and is good on desktop view but it's not good on mobile view. We need to hide that background image only for mobile view. OR can you suggest us any other solution for that.

    I had attached the image of that section which i am talking about.

    Kindly reply with solution of this problem as soon as possible.

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    @media(max-width:767px) {
    body .vc_custom_1542887437839 {
        background-image: none !important;
    }}
  • amit82886 replied

    Thank your sir It's working. Can you please help me with another issue.

    I had increased the text size at 200px through Span Style coding but it' good on desktop but it's not responsive on mobile.

  •  4,774
    Michael replied

    Please edit following css:

    @media (max-width: 500px) {
    .custom-font-size .title-xlarge span {
        font-size: 110px !important;
        line-height: 110px !important;
    }}