How do you change that script font that's in the text logo header? Thanks in advance.
airgov
You can use this custom css to override it:
.logo-text a { font-family: 'Pacifico',cursive; /*change to your desired font family*/ }
add to the file: /templates/ja_hotel/css/custom.css (Create this file if it doesn't exist)
Regards