Website complete and beautiful. Now client wants a camouflage background.
In the template parameters I have tried changing the background colors to transparent - it accepts that but when I save the template the transparent becomes #1c212b blackish color. I have tried #rrggbb and it too gets changed to #1c212b upon a save.
I have tried various combinations of the following in the CSS:
body {
background-image: url("images/camouflage_background.jpg"!important;
background-repeat: repeat;
}
#container_main .maincontent {
background-color: transparent!important;
}
.sidecol_a .module, .sidecol_b .module {
background-color:transparent;
}
#container_main {
box-sizing: border-box;
background-image: url(images/camouflage_background.jpg)!important;
background-repeat: repeat;
background-color: transparent!important;
}
I would appreciate any suggestions you could make.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!