How do I centre and reduce the font size of the contact us form heading “Get in Touch With Us”? for reference please take a look at the picture down below
Web page URL: Contact – Abbasi (abbasigems.com)
Password: testingpage
Thank you.
A user seeks help centering and reducing the font size of the “Get in Touch With Us” heading on their contact form page (Dawn theme).
Two solutions provided:
GemPages approach:
</head> tagPageFly-Victor approach:
.h2.title.title-wrapper--no-top-margin h2 with:
text-align: center !importantfont-size: 20px !importantBoth solutions involve adding custom CSS code to theme files. The user provided a password-protected test page URL and screenshot for reference. The discussion remains open pending confirmation of which solution worked.
How do I centre and reduce the font size of the contact us form heading “Get in Touch With Us”? for reference please take a look at the picture down below
Web page URL: Contact – Abbasi (abbasigems.com)
Password: testingpage
Thank you.
Hello @justauser ,
Open your theme.liquid theme file
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi @justauser ,
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
h2.title.title-wrapper--no-top-margin.h2 {
text-align: center !important;
font-size: 20px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly