I get the feedback:
- If you want to have the same default form, you have to edit the HTML (tag, class) to be the same with the default. You can see the attachments:
https://prnt.sc/10lx64z => https://prnt.sc/10lx6ha
- Change font: you can use the css code. There are 2 styles of using CSS:
+ The first one:
body .ovic-custom-heading.style-01 .subtitle{
font-family: inherit;
}
The font will be changed following the main-font (body font)
+ The second one:
body .ovic-custom-heading.style-01 .subtitle {
font-family: 'Playfair Display',sans-serif;
}
the font will be changed following the fixed font. And 'Playfair Display',sans-serif is the fixed font you want
NOTE: you can add the CSS code into the custom CSS of Theme Options and remember to backup the code when you have any change or update the theme
Regards,
Yame