Shape 5

Joomla Templates => Eventfull - Club => : jimbondox May 12, 2015, 05:01:30 AM



: quick contact on box background
: jimbondox May 12, 2015, 05:01:30 AM
The submit button is white and matches background, I looked for where to change it with inspect element but can't find where it is to change the color, and if I do change the color, that it won't screw up the other buttons.

Where can i find that to change the color to black?

Here is a link, and select make appt

http://www.access1alarm.com/vehicle-specific/land-rover/range-rover/remote-start


thanks


: Re: quick contact on box background
: jonahh May 12, 2015, 12:16:46 PM
Hello,

I don't see quick contact published on the URL you posted above?


: Re: quick contact on box background
: jimbondox May 12, 2015, 08:01:15 PM
on the above link click set appointment, it will pop up in the box


: Re: quick contact on box background
: mikenicoll May 12, 2015, 09:07:20 PM
Hello,

You can control that here:

:
Template.CSS - Line 2060

#cboxLoadedContent .button, #s5box_register_inner .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #cccccc;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 12px;
    padding: 9px 23px !important;
}


: Re: quick contact on box background
: jimbondox May 12, 2015, 11:36:09 PM
since that is different than the css from the site shaper, do you want me to replace all of what I have with what you posted ?

I have

:
#cboxLoadedContent .button, #s5box_register_inner .button {
margin-bottom: 16px;
font-size: .9em;
font-weight: 400;
        margin-top: 12px;
border:3px solid #cccccc;
background:none;
padding:9px 23px !important}


: Re: quick contact on box background
: jonahh May 13, 2015, 11:16:05 AM
Ok yeah notice the background is set to none on yours?  Just change up the background CSS definition and this should fix it for you.


: Re: quick contact on box background
: jimbondox May 13, 2015, 08:13:11 PM
Done. Thanks


: Re: quick contact on box background
: mikenicoll May 15, 2015, 09:28:41 PM
Let us know if you have any further questions