• How do I remove this image

    url(images/wrapper-bg-colourstrip.png) repeat-x left top;

    from the top of my website? Ive tried

    url(images/wrapper-bg-colourstrip.png) repeat-x left top; display: none;

    and

    url(images/wrapper-bg-colourstrip.png) display: none;

    {
    url images/wrapper-bg-colourstrip.png: none !important;
    }

    but neither work. I’d really appreciate your help

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Remove png image using CSS’ is closed to new replies.