greetings. from the demo page i noticed that the images, with links, inside the blocks don't show the blue colored hover. i looked into the links.css and tried to edit but removing the color removes it in the text links as well. what else or what should i be doing instead? thanks.

Comments

monotaga’s picture

subscribing

retorq’s picture

Yeah I want this gone too ... When I originally installed this theme over a year ago it wasn't like that. Looks like crap ...

retorq’s picture

/*hover state (links in content, block, and front page titles)*/
#primary .node .content a:hover { background:transparent; }
.rsidebar .blockcontent a.borderit { background:transparent; }

.defaultblock a:hover,
#primary h2.nodeTitle a:hover,
#primary .linksteaser a:hover,
#primary #comments a:hover,
#primary .taxonomy a:hover,
#primary .links a:hover,
#primary .path a:hover,
#primary .metanode a:hover,
#primary .admin a:hover,
#primary dl dt a:hover{
background-color:#005a8c;
color:white;
text-decoration:none;
        }

I fixed the above in the links.css file ... You probably don't have or need that borderit definition, I used that for some custom stuff I put in for sponsors of my site. Hope this helps, it's a temp fix for me for now ... it will kill all a hoovers in the 'primary' content... not a huge deal to me. Might be to you.

Starbuck’s picture

I just came across this situation myself and the code posted by retorq still doesn't zap the hover on a linked image in a sidebar, so I did the following:

/* only one changed style */
.defaultblock a:hover{background:transparent;}
/* rest of this block is default */
#primary .node .content a:hover,
#primary h2.nodeTitle a:hover,
#primary .linksteaser a:hover,
#primary #comments a:hover,
#primary .taxonomy a:hover,
#primary .links a:hover,
#primary .path a:hover,
#primary .metanode a:hover,
#primary .admin a:hover,
#primary dl dt a:hover,
#first-time a:hover{
background-color:#005a8c;
color:white;
text-decoration:none;}

HTH

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.