Shape 5

Joomla Templates => Eventfull - Club => : ffenter April 14, 2015, 09:47:50 AM



: Button behavior
: ffenter April 14, 2015, 09:47:50 AM
In your demo, the buttons are black and then when scrolling over with the mouse there changing to the highlight color.

Some of my buttons (third party newsletter send-button) is transparent and then changes to the highlight color set in vertex. Is there any chance to change that?

Here a link to my site. the button is beneath the email-field. scroll over with the mouse and you will see it.

http://www.scripttomovie.com/index.php/en/


: Re: Button behavior
: jonahh April 14, 2015, 11:24:07 AM
Hello,

If you open up com_content.css (line 1073) and remove the below this should fix it:

:
.btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

Regards,


: Re: Button behavior
: ffenter April 14, 2015, 04:40:07 PM
Thanx, but no, it does not fix the problem.... :'(


: Re: Button behavior
: mikenicoll April 14, 2015, 11:03:36 PM
Hello,

The 3rd party extension should really be stylizing their own buttons but you can modify this by adding to the custom.css

:
.acysubbuttons .subbutton {
     background-color: #ff0000 !important;
}

.acysubbuttons:hover .subbutton:hover {
  background-color: #000000 !important;}


: Re: Button behavior
: ffenter April 15, 2015, 03:30:20 AM
Great! Thanx, that worked!!!


: Re: Button behavior
: mikenicoll April 15, 2015, 05:16:36 PM
NP :)