Okay
  Public Ticket #2123424
Change the header image on each pages
Closed

Comments

  • Janice Fulgencio started the conversation

    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

  •  1,630
    Andrey replied

    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 {   
    pexels-photo-302743.jpeg?cs=srgb&dl=ball-blur-bubble-302743.jpg
    }

    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 {   
    pexels-photo-302743.jpeg?cs=srgb&dl=ball-blur-bubble-302743.jpg
    }

    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!