BeTheme - Change background colours and effects
Sorry, code is pasting really weird and I don't know why. It seems to be generating something? Can't see a paste code option?
I want to change the background to use a different colour and gradient
For instance, I would like to use code like this (from w3schools). But I cannot find the correct bit of css in the theme stylesheet which I should be customising.
Can anyone help and give me css snippet I should be editing for the global background?
/*#grad {
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
background: linear-gradient(red, yellow); /* Standard syntax */
}*/
Ignore additional code below here
Comments