Hi ,
In contact Form,
http://bollywoodbook.in/index.php/contact-us
FEEL FREE TO CONTACT US
CONTACT
want to remove these two
<?php if ($this->contact->name && $this->params->get('show_name')) : ?>
<h2>
<span class="contact-name"><?php echo $this->contact->name; ?></span>
</h2>
<?php endif; ?>
<?php if ($this->params->get('presentation_style')=='plain'):?>
<?php echo '<h3>'. JText::_('COM_CONTACT_DETAILS').'</h3>'; ?>
<?php endif; ?>
.contact h3 {
margin: 30px 0 0;
border-top: 1px solid #eee;
padding: 12px 0 0;
}
.contact h3 {
margin: 30px 0 0;
padding: 12px 0 0;
}
#jform_contact_message {
width: 532px!important;
}
#contact-form .button {
background: #eb1e00;
color: #fff;
}
#contact-form .button:active,
#contact-form .button:focus,
#contact-form .button:hover {
background: #222;
color: #fff;
}