Jump to content

How do I increase text size on contact form?


Recommended Posts

Hello Forum, How do I increase the text size of these 2 lines in the contact form.

 

 

Customer service - Contact us

 

For questions about an order or for more information about our products.

 

Thanks

post-541014-0-40356300-1371114569_thumb.png

Link to comment
Share on other sites

you can achieve this by editing the css styles.

 

global.css file line 138 you've got:

h1 {
margin-bottom: 20px;
font-size: 24px;
line-height: 22px;
}

 

ATENTION!

but when you change it - all other headers will look the same as this one.

if you want to change styles only for contact us page, you have to edit .tpl file and add separate class="" to <h1>

Link to comment
Share on other sites

×
×
  • Create New...