Comments Janice Fulgencio started the conversationAugust 21, 2019 at 1:25pmHi, Can you tell me how to change the header images on each pages? I noticed there is just one image and there is no way to add. I will be creating some few pages so I need to add more.Thanks.Regards,Janice 1,695Andrey repliedAugust 22, 2019 at 7:30amHello, Dear Janice Fulgencio! If you want to change breadcrumbs image globally, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here: .entry-header-wrapper { } Then save changes and check results at front-end. Use your custom path-link for image. 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-53 .entry-header-wrapper { } 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 ...
Hi,
Can you tell me how to change the header images on each pages? I noticed there is just one image and there is no way to add. I will be creating some few pages so I need to add more.
Thanks.
Regards,
Janice
Hello, Dear Janice Fulgencio!
If you want to change breadcrumbs image globally, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
.entry-header-wrapper {
}
Then save changes and check results at front-end. Use your custom path-link for image.
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-53 .entry-header-wrapper {
}
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!