Shape 5

Joomla Templates => Metro Shows - Club => : puls3060 December 17, 2014, 10:01:52 AM



: Metroshows - quick contact and background color in field
: puls3060 December 17, 2014, 10:01:52 AM
Hi,

I have two questions, hope someone would help me :-)

1. On front page, the quick contact don't work, where and how do I make it work ?
2. Background color (dark grey) in "contact" field, where do I change this to another color ?

BR, Morten

www.mortenwiberg.dk


: Re: Metroshows - quick contact and background color in field
: jonahh December 17, 2014, 01:22:21 PM
Hello,

1.  Make sure the mail() php function is working and enabled on your server

2.  You can edit this color here:

:
.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #999999;
    color: #ffffff;
    padding: 7px;
}
template.css (line 95


: Re: Metroshows - quick contact and background color in field
: puls3060 December 18, 2014, 08:05:42 AM
Hi,

Thanks for your answer :-)

1. That's done when I installed Joomla, see attached pic. What's wrong then ?
2. Set the code into where ?


BR, Morten


: Re: Metroshows - quick contact and background color in field
: mikenicoll December 20, 2014, 12:26:43 AM
Hello,

1) This means something on your server or firewall is blocking the submission. I just tested this on my live server and the submission worked properly. Also be sure it isn't being processed into a Spam Filter of some sort.

2) On the server via Template.CSS - Line 95


: Re: Metroshows - quick contact and background color in field
: puls3060 December 21, 2014, 10:27:51 AM
Hi again mikenicoll,

Thanks again for your fast reply, I will try this and see if it works :-)

BR, Morten


: Re: Metroshows - quick contact and background color in field
: mikenicoll December 23, 2014, 09:56:20 PM
NP