Recent Topics

1 Mar 25, 2011 19:38    

My b2evolution Version: 4.0.3

I'm trying to figure out how to change the hover color for links in posts. I've found the line in the CSS that changes the font style for the links in the footer but NOT the content links (and the sidebar links). Any ideas anyone?

See here: http://wccoa.org/index.php/Home/links/ - I want those links to change color when hovered but I can't find the code...

I tried adding this but it isn't working:

#bText a:hover {
	color: #000000;
}

2 Mar 25, 2011 21:03

Ethan5150 wrote:

#bText a:hover {
	color: #000000;
}

The above is wrong.

#bText should be .bText

and could you please report skin issues in skin's own thread instead of creating new topic for every single issue, especially when it is as tiny as this one

3 Mar 25, 2011 21:17

Well, unfortunately this didn't work. Here's what I used:

.bText a:hover { 
   color: #000000; 
}

Also, I'm unclear as to where the skin's thread is - I thought that the Templates, skins, XHTML and CSS area was where I was supposed to post - can you clarify for me? Thanks, and sorry for posting in the wrong area...

5 Mar 25, 2011 21:52

Excellent - thanks!


Form is loading...