i try to use the below codes to change the background node but not working and maybe not support for xenforo 2.3.4 , so please you help me to updated or check code what is the issue?
Код:
.node--id2 {
background-image: linear-gradient(90deg, rgba(30, 30 30, 1.4), rgba(30, 30, 30, 0.6) 100%), url("image link");
}
Код:
.node--id2 {
background-image: url("http://localhosy/xenforo/upload/photo145.png");
}