Header Image in Theme X Pro

The website I’m working on right now has a Header Image on every page. I’ve checked the Header section, the Above & Below Masthead section to see where the current image is so that I can update it to a new image. All the sections I check are blank, but the theme is pulling an “header” image into all pages.

Can you please tell me where I need to go to modify that setting/image?

Hi Kimberley,

Thank you for reaching out to us. I checked your site and there is a custom CSS added which is displaying the header image, please find and remove the following code:

.masthead {
    background-image: url(https://www.xxxxxxxxxxxxxx.com/wp-content/uploads/2019/11/man-leather.jpg);
    background-size: cover;
    height: 400px;
    background-position: 10% 50%;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 25%);
}

Don’t forget to clear all caches including your browser’s cache after making the changes. Let us know how this goes!

Thank you, I checked the css, but must have missed that line.

Hi Kimberly,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.