Reply To: Few questions

#544
eVision Themes
Keymaster

By default you can change the banner image,if you remove the banner image, default banner image will appear.
To change banner image:
1. From “Customize” section, go to Theme Options.
2. From Theme Options, go to Layout Options.
3. You can change Default Banner Image.

Here is another way to remove banner image from Custom CSS.

.page-inner-title {
    background-image: none;
    background-color: #028484;
}

It will solve your problems. If you have any further problems, please let us know.

Thanks!
eVisionThemes Team