Comments Tahir Amin started the conversationFebruary 3, 2022 at 7:21pmHello support,How to change the default 'Page Title background image' , shown in the screenshot as well.please check the screenshot attchedThank you ! 19Kristina repliedFebruary 4, 2022 at 7:16amHello, Dear Tahir Amin!If you want to assign the different breadcrumbs images for, please obtain the id of this page via the plugin: https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/ Then add in Additional CSS this code: .page-id-5920 .page_title { background-image: url(https://images.pexels.com/photos/302743/pexels-photo-302743.jpeg) !important; } where .page-id-53 is the necessary id of your custom page. Save changes and check results at front-end. Using this method you may assign a custom image for every page.Best Regards! Sign in to reply ...
Hello support,
How to change the default 'Page Title background image' , shown in the screenshot as well.
please check the screenshot attched
Thank you !
Hello, Dear Tahir Amin!
If you want to assign the different breadcrumbs images for, please obtain the id of this page via the plugin: https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/
Then add in Additional CSS this code:
where .page-id-53 is the necessary id of your custom page.
Save changes and check results at front-end. Using this method you may assign a custom image for every page.
Best Regards!