URL: https://empiricalwater.com/pages/contact
Password: arby
As stated in the title, I would like to change the font size of the word “Contact” at the specified URL. I appreciate any help.
URL: https://empiricalwater.com/pages/contact
Password: arby
As stated in the title, I would like to change the font size of the word “Contact” at the specified URL. I appreciate any help.
@empiricalarby If you are using dawn theme, then go to edit code, find section-contact-form.css in Assets folder and add the following code at the end of the file:
.h0{
font-size:20px;
}
change the size to what you want.
Example:
Result
If this works for you then do like and mark this solved.