WordPress Theme Bomby Title Wrapper Not Showing Image

I need some help with my WordPress theme Bomby. The author is not supporting it and after the update I have a problem where my title wrapper image is not showing up. It is just a black rectangle where the image is. It did this for all of my portfolio pages. I even tried changing the color and it just kept being black.

I really need help because I don’t know what else to do. If you want to check it out just go to www.brranson.com and click on my portfolio. You can click on any of the projects and see.

1 Like

Same problem here but with the static “Home - Colorful” page.

I can’t find a solution to this problem anywhere

Same issue here. Did anyone come up with a solution?

Use this:

.page-id-3974 #iv-layout-title-wrapper.wrapper-background{background-image:url(yourimageurlhere);}

Put that in your custom CSS. To find the page id press ‘edit this page’ and you’ll see the id in the URL which is called ‘post=…’

replace yourimageurlhere with the URL of your image which you can find when clicking on the image in your media library.

1 Like

@natedanielz thanks for the input, can you maybe show where to add this in the css, I am not sure where exactly to add it.

Thanks in advance

Go to Appearance, Theme options, Customiser, Customise CSS