niteshifte Posted September 25, 2023 Posted September 25, 2023 Hey there, I think my newsletter signup form header 'stay in the loop...' is currently using H2. How do I change this to a different header such as H3 or H1? https://www.peterotoole.ie Thanks a mill!
Solution DPruitt Posted September 25, 2023 Solution Posted September 25, 2023 You should be able to do this under "Fonts". You can also code it with custom CSS like this: .newsletter-form .newsletter-form-header-title {font-size: 25px !important;} tuanphan 1
niteshifte Posted September 25, 2023 Author Posted September 25, 2023 2 minutes ago, DPruitt said: You should be able to do this under "Fonts". You can also code it with custom CSS like this: .newsletter-form .newsletter-form-header-title {font-size: 25px !important;} Thanks for that mate!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment