Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : jimmyraza October 19, 2013, 06:44:08 AM



: Color not changing
: jimmyraza October 19, 2013, 06:44:08 AM
Hi,

I have tried to change colours of tabs and colour on mouse hover, the colour is not changing, tried with hex and without hex.


: Re: Color not changing
: jimmyraza October 19, 2013, 06:45:35 AM
Also why have you used class suffix (-tabshow)..any reason ?...do i have list of classes for this module.


: Re: Color not changing
: mikenicoll October 20, 2013, 10:32:27 PM
Hello,

Please post a URL

-Mike


: Re: Color not changing
: jimmyraza October 21, 2013, 04:37:01 AM
http://ticketadvisor.cloudaccess.net/


: Re: Color not changing
: mikenicoll October 21, 2013, 04:04:01 PM
Hello,

1) You could add some custom coding to the custom.css file to have hover specific colors

#s5_button_frame :hover {
color: #ff0000 !important;}

#s5_button_frame :hover {
background: #00ffff !important;}

2) We use the -tabshow class to properly setup the display as it requires some additional CSS

-Mike