There is a default image for the masthead on subpages. I know how to change it if it is a particular menu item, but I would like to know if there is a setting for the default image so it is more focused on the website I'm developing, rather than the image there now. I've attached a screen shot that show the image in question. If I change the image, using the same name, it would just overwrite it with the next template upgrade, yes?
This page is: [https://hohenwaldlewischamber.com/resort/index.php/chamber-of-commerce/chamber-membership/2693-patvb-web-design](http://)
patvandenbosche Hi You can replace this image with same name and file extension : /templates/ja_resort/images/bg-masthead.jpg
If there is an update to the template, the new image I'm using will be overwritten, yes? Is there no way to set it up so it won't be overwritten?
Thanks, Pat
patvandenbosche Hi Use this code in custom css file and add own image path to avoid any type of override.
.t4-masthead .ja-masthead { background-image: url(../../../../templates/ja_resort/images/bg-masthead.jpg); }
Thank you! That will definitely help.
Pat
patvandenbosche You are welcome!