We went back to old files and just copied over the image and css from older version to our child theme to get it back.
Why is it removed without warning in the newest version? I’m sure its breaking many sites that use it..
I have the same problem. Can you please point what CSS should I recover from the old files? Thanks!
Here is the css I copied from an earlier version, place into your child style.css
I copied it from line 973 in style.css in the old version I have (Version: 2.4.3)
.page-title-section {
background: url("images/page-title-bg.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0) !important;
height: 100%;
margin: 0 0 0px;
overflow: hidden;
padding: 0;
width: 100%;
}
You will also need to create an images folder in your child style and re-upload the page-title-bg.jpg image of your choice or adjust the paths as needed.
Thanks, it works!
And I’ve noticed that the file is actually in the folder but the CSS setting is missing.
when mine updated it removed the image file as well.. so yeah YMMV