Editing ‘Contact Us’

Hi,

May i know how to navigate to the part where i can edit the text as shown in the photo attached below.
To be specific i would like to navigate to ‘Contact Us’ and ‘We would like to hear from you.’ so i can edit it
.
http://i.gyazo.com/21bf2b5316a9e5c4c509b6d30c6a3127.png

And also where to go to edit ‘Telephone’
http://i.gyazo.com/01edfae77bdfd5bd56d8d8f726e42b14.png
How can i align the highlighted text to the middle of it being at the left?
http://i.gyazo.com/c47c67dc05d31569a98537c91f95bf0b.png
How do i include a newsletter checkbox in ‘get in touch’ which would work the same position 14 but without the need to re-enter the email?

Sorry for the countless questions.

With thanks and appreciation,

Jonathan
 

1 answer

Profile photo of Ziven Staff 100280.00 $tone April 6, 2015
Public

Hi Jonathan,
@Q:  Change Title 
A: Please go to the file: skin/frontend/default/jm_aroma/css/styles.css at line  3025 and change like below:

.contacts-index-index .jm-masshead .jm-masshead-title, .cms-no-route .jm-masshead .jm-masshead-title {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #fff;
font-size: 60px;
font-weight: 700;
left: 0;
line-height: 100%;
margin: 0;
padding: 0;
position: absolute;
text-align: center; --> text-align: left;
text-transform: none;
top: 90px;
width: 100%; --> width: auto;
}

go to the file: skin/frontend/default/jm_aroma/css/styles.css at line  3028 and change like below:

.contacts-index-index .jm-masshead .jm-masshead-desc, .cms-no-route .jm-masshead .jm-masshead-desc {
color: #fff;
font-size: 18px;
left: 0;
position: absolute;
text-align: center; --> text-align: left;
top: 170px;
 width: 100%; --> width: auto;
}

@Q: And also where to go to edit ‘Telephone’ 
A: Please go to the file for edit “\app\design\frontend\default\jm_aroma\template\contacts\form.phtml”
 
@How do i include a newsletter checkbox in ‘get in touch’ which would work the same position 14 but without the need to re-enter the email?
A: I am sorry for not getting your points. It would be awesome if you can possibly include URL of your site and a screenshot with detailed explanation. I am happy to help you out.
Best Regards,
Ziven.
 

#1

Please login or Register to Submit Answer

Written By

Comments