Hwo to remove the content from contact page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 25, 2014 11:17 am
Reply with quote
Report this post
Hi ,

In contact Form,

http://bollywoodbook.in/index.php/contact-us

FEEL FREE TO CONTACT US
CONTACT

want to remove these two
User avatar
Expert Boarder

GK User
Tue Feb 25, 2014 12:08 pm
Reply with quote
Report this post
Hello,

The easies way will be opening file html/com_contact/contact/default.php and please remove the following lines:

Code: Select all
<?php if ($this->contact->name && $this->params->get('show_name')) : ?>
      <h2>
         <span class="contact-name"><?php echo $this->contact->name; ?></span>
      </h2>
   <?php endif;  ?>


and:

Code: Select all
<?php if ($this->params->get('presentation_style')=='plain'):?>
      <?php  echo '<h3>'. JText::_('COM_CONTACT_DETAILS').'</h3>';  ?>
   <?php endif; ?>
User avatar
Administrator

GK User
Sat Mar 01, 2014 6:38 pm
Reply with quote
Report this post
thanks for ur help,
also
http://bollywoodbook.in/index.php/contact-us

1) here above CONTACT FORM there is a line which doesn't looks good want to remove it
2) want to increase the width of Message Text box
3) how to change the color of Send Mail Button below
User avatar
Expert Boarder

GK User
Mon Mar 03, 2014 8:58 am
Reply with quote
Report this post
1) In file css/joomla.css please change fragment:

Code: Select all
.contact h3 {
margin: 30px 0 0;
border-top: 1px solid #eee;
padding: 12px 0 0;
}


to:

Code: Select all
.contact h3 {
margin: 30px 0 0;
padding: 12px 0 0;
}


2) Please add at the end of css/joomla.css file the following code:

Code: Select all
#jform_contact_message {
width: 532px!important;
}


3) In example if you want to set red background and white text in the basic state and black background with white text for the active state please use the following code at the end of css/joomla.css file:

Code: Select all
#contact-form .button {
   background: #eb1e00;
   color: #fff;
}
#contact-form .button:active,
#contact-form .button:focus,
#contact-form .button:hover {
   background: #222;
   color: #fff;
}
User avatar
Administrator

GK User
Mon Mar 03, 2014 6:52 pm
Reply with quote
Report this post
plz see the attachment i require a last modification plz help this

http://bollywoodbook.in/index.php/news/ ... -promotion

want small images of the items
User avatar
Expert Boarder

GK User
Mon Mar 03, 2014 7:00 pm
Reply with quote
Report this post
something like this :( PFA :huh:
User avatar
Expert Boarder

GK User
Mon Mar 03, 2014 7:51 pm
Reply with quote
Report this post
I'm sorry but this change needs bigger custom work, which is beyond of our technical support.
User avatar
Administrator


cron