Okay
  Public Ticket #2973027
How to change the default 'Page Title image'
Closed

Comments

  • Tahir Amin started the conversation

    Hello support,

    How to change the default 'Page Title background image' , shown in the screenshot as well.

    please check the screenshot attched

    Thank you ! 

  •  19
    Kristina replied

    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:

    .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!