• Hi, using the launcher template i added some CSS to remove the rocket and more importantly need to make the background image fullscreen with this code :

    body::after {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    }

    Wherever I put it, even with those “‘!important” rules it’s not working. I’ve seen that it’s related to CSS code placed in the head > style section. So how can I make it work ?

    Best.

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

  • The topic ‘Background img CSS not working’ is closed to new replies.