• findmeapp

    (@findmeapp)


    Hello,
    I design and organise the new homepage for our company. Everything looks fine in the desktop version, but in the mobile version the wrong colors (standard theme colors) are displayed for the background. How can I adjust that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @findmeapp,

    Add the below CSS code in additional CSS for that go to dashborad >> Appearance >> Customize >> Additional CSS >> Paste the below CSS code >> Publish it. it will work in mobile media.

    @media screen and (max-width: 720px){
    #slider {
    background-image: linear-gradient(90deg, #31969e 0%, #fffab5 100%);
    }
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘wrong color gradient in the mobile version’ is closed to new replies.