I'm trying to add a background image but every time I do, it keeps on getting overridden by whats in the field in the administrator back-end, "Background Color" field.
I tried adding the image to style1.css file in the gantry template folder but no use, Chrome Developer Tools keeps on pointing out an override coming from the domain name.
Another attempt, I tried inserting the image css url in the back-end field but it had a character limit so there goes that too.
the CSS in style1.css I edited is this:
body {
background: #71101B url(../images/body/bg-repeat.png) repeat-x
}
Yes I already uploaded my bg-repeat.png in the respective folder.
If this is a site that is online could you please supply a link so we can better diagnose the issue?
It makes our suggestions more accurate if we see the actual coding of your site.