Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #523329

    Hi!

    I tried searching but could not find anything.
    I want to remove the background image in main content on mobiles. Can you please provide me the quick css? Thanks :)

    #524037

    Hi luckylobo10!

    Please insert the below media query into your custom css section:

    @media only screen and (max-width : 320px) {
    .main_color {
        background: none !important;
    }
    }

    Cheers!
    Dake

    #524108

    Thanks for your answer, but that code did not work. Nothing happend.
    Any suggestion? Thanks

    #524178

    Hey!

    May I have temporary admin access to your website?

    Cheers!
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.