• Resolved PPNSteve

    (@ppnsteve)


    The latest update caused the page-title-section background image to vanish only to be replaced by the default orange color not our child-theme color or one avail in the settings in customize.

    how do we get this back?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter PPNSteve

    (@ppnsteve)

    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!

    Thread Starter PPNSteve

    (@ppnsteve)

    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.

    Thread Starter PPNSteve

    (@ppnsteve)

    when mine updated it removed the image file as well.. so yeah YMMV

    Thanks, it works!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘page-title-section bg image gone missing’ is closed to new replies.