Hello,
thanks for your purchase 🙂
1) After you have made the changes in the file js/views/view.contact.js
, you need to call/reference the file in HTML.
In contact-us.html
file add this code below on footer of the file, on the scripts section after <!-- Current Page Vendor and Views -->
:
<!-- Current Page Vendor and Views -->
<script src="js/views/view.contact.js"></script>
<script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="vendor/circle-flip-slideshow/js/jquery.flipshow.min.js"></script>
<script src="js/views/view.home.js"></script>
2) To change the font of header to Oswwald add this in css/custom.css
:
// Change font of menu
.header-nav a, .header-nav p {
font-family: 'Oswald', sans-serif;
}
// Change font of header top bar (above of the menu)
.header-top a, .header-top p {
font-family: 'Oswald', sans-serif;
}
Note that if you don’t want to change font of header top bar too, just do not add the .header-top a, .header-top p { ... }
.
Please try that and let me know if you need further assistance.
Kind Regards,
Rodrigo.