Hello there!
I am kind of new with Wordpress and betheme and everything works fine till now, except the fact, that I can't find an option to change the background of the "Creative: Always open" layout. I googled a lot, but I didn't find anything (maybe I searched with the wrong terms...?).
The background I'd like to change is the one on the left side, with the menu above it. How can I do that?
Thanks in advance!
Greetings, Felix
Comments
this background image is located under Theme options > Custom CSS & JS > Custom CSS section where the following css is:
#Header_creative {So to replace existing image, please replace the path from above css with the new.background: url("http://felixtreder.de/wp-content/uploads/2015/07/home_library_menu.jpg") no-repeat center left;
border-right: 0;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}