Hello, we would like to change the font of the “Contact Us” template page, see the image below. The website is www.corellimotogear.com
Hi @Thracian2 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/theme.css
- Add code below to end of file
.page-contact form * {
font-family: Assistant!important;
font-size: calc(.925rem*var(---font-adjust-body));
font-weight: normal;
}