How can I customize the contact page so that: 1. I can add text above the "Name", "Email", and "Comments" field? 2. I can hide the "search", "categories", and "archives" sections on the right side of the page? 3. I can change the text in the bar at the top , that says "Contact Me" to something else? Or does that field stay the same as what the page is named? Here is my website for reference if needed: http://www.denanakahashi.com/contact-me/
1.For your first issue Go to template-contact.php present in your theme directory and follow the instruction as shown in image given below 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { display: none; } 3.It is not possible to change its text it shows the same text that the page is named.