Shape 5

Joomla Templates => Incline - Club => : fahl5 January 19, 2015, 11:11:45 AM



: Submit Vote button invisible!!!
: fahl5 January 19, 2015, 11:11:45 AM
I do need a good working voting system on my site.
But with Incline the submit-button appears to be totally invisible!
See the attached Screenshots.
(the URL for the example is "http://klassik.s-fahl.de/index.php/en/home/home-mainmenu-1/m/marchesi-mathilde-1821-1913?hitcount=0 (http://klassik.s-fahl.de/index.php/en/home/home-mainmenu-1/m/marchesi-mathilde-1821-1913?hitcount=0)")
How can I make it be and react visible.

I wonder if this button really should not have any "name" readable for the visitor like "submit" or "vote" !? at least something written in another Coulor could also be a reasonable solution.

best
fahl5


: Re: Submit Vote button invisible!!!
: mikenicoll January 19, 2015, 11:27:25 PM
Hello,

The form you are using should have unique button classes with its own backgrounds. Since it is relying on the default styling of the Template instead you would need to manually change the background below:

:
Template.CSS - Line 136

.inputbox, .btn, .registration input, .login input, .contact-form input, #jform_contact_message, input, textarea, .validate, button, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dadada;
    color: #626262;
    font-size: 0.9em;
    font-weight: 300;
    height: auto;
    line-height: 1;
    padding: 14px 15px 13px;
}