Hello Experts,
I am creating a custom CSS file with some of the items referring to image for example
Is it possible in xCp 2.1?
.header {
color: #333;
font: 75% Arial, sans-serif;
background: url('./bg.png') repeat-x #eaeaea;
}
Thanks
Sameer