jQuery(document).ready(function($) { // Add office phone number $("#main-content .page-content section.contact-form .office-contact").append('
  • 450-349-5868
  • '); $("#bottom-footer .office_informations .office-contact").append('
  • 450-349-5868
  • '); // change call to action $("#call_to_actions .other-options .h2 > span").eq(0).html("Besoin d'un coup de main"); $("#call_to_actions .other-options .h2 > span").eq(1).html("pour vendre ou acheter?"); // change page title // Change title about me $(".postid-456 .heading.h2 span").html('Quelques mots sur Fanny Bergeron'); // Change sub title contact page //$(".page-template-t_contact .heading.h2").html('
    Pour discuter de votre projet de vendre ou d\'acheter, je vous invite à me contacter!
    '); });