How to change background image used in the header in Theme Options for the BeCharity theme. It is appears to be an image, not a color, and Theme Options only allows changes to colors. The background image I have selected in the 'header section' shows briefly when I reload the page, but then the original image in theme restores.
my site is here:
Comments
this background image was set under Theme options > Custom CSS & JS > Custom CSS section. Below css is responsible for this background:
#Top_bar {Thanks!background: rgba(0, 0, 0, 0) url("http://www.youthrive.us/wp-content/uploads/2014/10/home_charity_texture_6.jpg") repeat scroll 0 0;
}
#Top_bar a.responsive-menu-toggle { color: #000 !important; }