Problem to find an ahover problem in my website template

GK User
Thu Jul 05, 2012 3:36 pm
Hello:
Please I need help ti find a problem with an ahover (color white) in the background of a component.

Currently I have included an extension called JUserTube in the position TAB2,
but when I rollover the thumbnails has a white background. That's not part of the extension. Please I need to find the white background and delete it or change it to black and I could not.

You can see the website online here: (please make click in the tab MUSIC VIDEOS to see the problem live)

http://dmgwebgroup.com/ave/

Screen Shot 2012-07-05 at 10.20.33 AM.png


Screen Shot 2012-07-05 at 10.20.38 AM.png


Help please.
User avatar
Fresh Boarder

GK User
Fri Jul 06, 2012 9:27 am
Add following css code in to override.css located in templates/gk_templatename/css/override.css and enable it in template settings > advanced settings > css override "on".

Code: Select all
#jusertube-scroller-1 tr:hover {background: #000!important;}


See you around...
User avatar
Platinum Boarder

GK User
Fri Jul 06, 2012 2:21 pm
normanUK wrote:Add following css code in to override.css located in templates/gk_templatename/css/override.css and enable it in template settings > advanced settings > css override "on".

Code: Select all
#jusertube-scroller-1 tr:hover {background: #000!important;}


See you around...


Hello Norman:
Thank you so Much.

Is working fine only for the second tab how I can affect the others? Advertising, Films and Contact
User avatar
Fresh Boarder

GK User
Fri Jul 06, 2012 2:33 pm
Hello Norman:
I put this and work fine for the tabs where is de jusertube-scroller and for the form.

#jusertube-scroller-1 tr:hover {background: #000!important;}
#jusertube-scroller-2 tr:hover {background: #000!important;}
#jusertube-scroller-3 tr:hover {background: #000!important;}
#jusertube-scroller-4 tr:hover {background: #000!important;}
#jusertube-scroller-5 tr:hover {background: #000!important;}
#jusertube-scroller-6 tr:hover {background: #000!important;}
#userForm tr:hover {background: #000!important;}


Thanks again!
User avatar
Fresh Boarder

GK User
Tue Jul 10, 2012 2:17 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron