HELP! Can't replace background image or change background color

As the title says, been pulling my hair out over this. The background is just behaving very strangely - I’m having trouble changing the color, it just wants to stay that yellowish no matter what I do, and even though I took out the bg images and deleted them off my server, they’re still pulling from somewhere and showing behind my header. Screenshot below shows the phantom image, and the fact that it’s still yellow even though I selected black for bg color.

I’m working with the band demo theme, and just filling in with my own images, etc. But I’m having a lot of trouble with both the background image and the colors behaving as expected. I’m sure I’m doing something incorrectly here, but I’m not sure what. Help would be greatly appreciated!

Edit; also have the latest version of cornerstone/X, don’t think it’s related to an update issue, unless this could be caused by a rogue plugin?

Hi @Misha,

Thanks for writing in.

I could not see that there is a problem in your front end. Everything is updated and there is no conflict. In this case, to check further please share us your admin credentials so we could check your setup closer.

Don’t forget to set it in a secure note.

Thanks.

I ended up finding a solution to half of it - it was in the css files, I was able to get rid of the background. However, I can’t change the header color no matter what I do. Where is that option? Thank you so much for the quick reply!

Hi,

To change the Header Color, you can add the code below in Theme Options > CSS


body .x-navbar {
   background:red;
}

Change red with the color that you like,

Hope that helps.

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