Hover issue

Posted in: Newspaper
Post count: 92

My story titles turn white on hover when the area BELOW the title is hovered over.

Any idea what could be causing this?

Thanks for any help!

http://ea1.a87.myftpupload.com/

Post count: 23312

Hello fwoedit,

Please try to use the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td_module_wrap:hover .entry-title a{
color:black!important;
}

Thanks for the message!

Post count: 92

Hi Catalin:

That worked, but then it turns the white text of MX8 black on hover.

I tried adding it specifically to M10 (where the issue is), like this:

.td_module_10 .td_module_wrap:hover .entry-title a {
color:black !important;
}

… but the problem persists ….

Post count: 92

[Clicking “Notify me of follow-up replies via email” on this thread. : ) ]

Post count: 92

I tried adding this to force the MX8 to stay white, but it still doesn’t work:

.td_module_mx8 .td-module-title a {
font-family: agxlt !important;
color: white !important;
letter-spacing: 2px;
}

I also tried:

.td_module_mx8 .td-module-title a:hover {
font-family: agxlt !important;
color: white !important;
letter-spacing: 2px;
}

So it seems I have to choose between td module mx8 turning black on hover (when it should be white), or mx8 turning white on hover (when it should be black).

Post count: 23312

Hello fwoedit,

You can try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_module_mx8 .td-module-title a {
color: red;
letter-spacing: 2px;
}
.td_module_10 .td-module-title a{
color:red!important;
}

Hope this helps!

Thanks.

Post count: 92

That worked! Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.