Shape 5

Joomla Templates => Arthur - Club => : nevim123 December 25, 2016, 12:10:04 PM



: issue with website
: nevim123 December 25, 2016, 12:10:04 PM
Hello Shape5 team,

 I have baught your subscription for 60 dolars and i need your help at
 http://charlie.platinumtransportation.com/ i dont know how can i change
the send button color when is this "send button" active and text color only for contact us module. When i change
 the color of text or of the botton its applies to all text or buttons on
 website. Maybe is there some setup how to setup contact us as ignore the your template....
Or maybe, you can help me to install you contact module to this Arthur template from your different template where is contact us module on index/home page.

 I can provide You admin login if you can help me with this.

Thank you
Peter


: Re: issue with website
: mikek December 26, 2016, 08:14:34 AM
Hello,

Modifying the look of buttons would require custom programming, we do not provide modification services as part of our support. You would have to create your own custom css for thin custom.css using !important calls. The classes you would need to use are:

.controls .submit-button {}


: Re: issue with website
: nevim123 December 26, 2016, 09:31:48 AM
Thank You Mikek, so could you please send me where is the defined color button, as i can see there is using the green color somewhere from css from Your Arthur template.
I will change this color and it would be good.

Thank you
Petr


: Re: issue with website
: mikek December 26, 2016, 10:33:54 AM
Hello,

The issue isn't with the template, it's with the extension you are using. It is using a "btn-success" class name, that's not a proper class name for a button. That would be used after a submission. You can remove the background from that class with the following css in custom.css but it will effect anywhere else that uses that class, which is very often though:

.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:hover, .btn-success[disabled] {
background:none !important;
}


: Re: issue with website
: nevim123 December 26, 2016, 10:35:07 AM
I have already solve the issue. Thank you