Image Background for Vigilance Theme

  • Unknown's avatar

    Can anyone advise how to add an image Background (for the site pages) for Vigilance Theme using the css editor. Tried inserting background tags into body but doesn’t seem to be working

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This will typically take care of it on any theme. Upload your background image to the media library, get the URL of that image and put it into the below code. One note on background images. Optimize them so that they are as small (file size) as possible. In general you want to keep them under 100k in size and smaller is even better. This keeps page loading times quick, and the search engines now consider page loading times when determining search engine ranking for a site.

    body {
        background: url("URL of background image") repeat scroll 0 0 transparent;
    }
  • The topic ‘Image Background for Vigilance Theme’ is closed to new replies.