Okay
  Public Ticket #2759147
Header on all model pages
Closed

Comments

  • Ana started the conversation

    Hello there !

    Where can I change the Model page (header image, page structure) ?
    Like this image :

    3516985442.png

    And this structure, i want to make the contact form wider :

    5704567442.png

    Thanks for the help !

    Best regards,

    Ana Dias

  •  1,634
    Andrey replied

    Hello, Dear Ana!

    1.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-1175 .page_title {    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.

    2. If you want to set up the form more wider, please click WP Dashboard => Appearance => Customize => Additional Css and put the following code: 

    .form-control {
        display: block;
        width: 100%;
    }

    Best Regards!