Hello,
I wanted to know how to add a background image in the template "Music" Please see attachment.
body { background: url('path/to/file') !important}
bkrztuk wrote:You should set background for body tag like :
- Code: Select all
body { background: url('path/to/file') !important}
bkrztuk wrote:Please use override.css in template/css directory and remember to enable option 'use override css' in template developer settings.