turn off hover on article titles in category list

Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Aug 22, 2014 2:27 am
Reply with quote
Report this post
hi,

seems simple enough but i can't find where to shut off the hover on article titles when you are in category list.
http://listen2014.the-listen-project.com, if you click on "episodes" or "artists" from the top menu everything is fine except for the fact you can't see the titles unless you hover over them. how to turn them on all the time?

and,

then it seems the titles from the individual articles have disappeared as well, although i have them switched on in each of the category view options.

thanks.
User avatar
Junior Boarder

GK User
Sun Aug 24, 2014 11:01 pm
Reply with quote
Report this post
Hello,

Please try to add the following CSS rule:

Code: Select all
#gkMainbody header h2 a,
#k2Container article header h2 a {
color: #fff;
}
User avatar
Administrator

GK User
Sun Aug 24, 2014 11:50 pm
Reply with quote
Report this post
hi again,

should be in the css override file, yes?
if so, it didn't work.

thanks.
User avatar
Junior Boarder

GK User
Sun Aug 24, 2014 11:53 pm
Reply with quote
Report this post
Yes, in this case please use !important:

Code: Select all
#gkMainbody header h2 a,
#k2Container article header h2 a {
color: #fff!important;
}
User avatar
Administrator

GK User
Mon Aug 25, 2014 9:02 pm
Reply with quote
Report this post
boom! another one fixed.
now if i could get the articles themselves to have titles we would be golden.

big thanks again.
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 7:59 am
Reply with quote
Report this post
Sorry but I don't understand - as I see the articles have titles now.
User avatar
Administrator