Hi all. I just updated from 9.4.3 to 9.4.7 and I now have a rogue Custom Area Style (background image) being applied to the Main area of seemingly all pages of the same type. I open the Edit Area Design and there is no image set. Any ideas where I might find where this is set? And why it might be populating on multiple page?
Can I just delete the DB reference to the style set in StyleCustomizerInlineStyleSets?
Shot in the dark here. Have you ever had the site on a different theme? I remember years back, a setting applied to a page on an old theme stuck around and affected the new theme. I believe I had to put the page back on the old theme and remove it there and then put the page back on the new theme. Or maybe it was just in a dream. LOL
Thanks for the thought. It is a pretty old install but I donāt think its ever been set up with a different theme.
Its clearly a custom style that my client added but I canāt figure out why it is all of a sudden being applied everywhere. And more importantly, how to get rid of it.
I added a style in the themeās CSS file that overwrites the areaās custom style so the urgency is kicked down the road. But if anyone has any ideas, it would be nice to clean it up the hack.
Let me take a shot at this. I believe you might have added this rule to main.css
.ccm-custom-style-main {background-image:none}
to clear the blue background. This works but the heart of the problem is that someone has applied a background image to the āMainā area along with some other area-level CSS.
You may know all this but for the sake of others who might pass this way looking for a solution, here are the steps.
In Page Edit mode, click on the āMainā label and choose āEdit area designā then the background icon then clear the background image (or choose one and save and then delete it and save to make sure it sets and then unsets the background image to nothing)
Hope this helps. You could also go to the File Manager and search for āGroup4.pngā and delete the file altogether but it might be used legitimately in other places so thatās a danger (and your site now reports a 404 on that image so itās a hack)