I am trying to give background image to footer in css. The problem of css override is occouring everytime.Next time when i load site again,background image is gone.what is solution for this problem.

Hello,

What is theme you have? In Drupal themes, we are using LessCSS framework to build CSS, so to add your custom css you need to work less file. http://support.drupalexp.com/forum/how-custom-css-drupalexp-theme-frame…

In Wordpress themes, we are using SCSS (semilar with LESSCSS) and you need to work with scss file in assets/scss folder in theme.

Hope it helps.

Thank you.