Big Slider (wrong link color on hover)

Posted in: Newspaper
Post count: 39

Hi guys,

Having a problem I just cannot seem to diagnose. I’ve gone through and through the CSS and am not sure what I am missing.

Somehow, either from the update from 4.2.2 to 4.3 or something I changed, the Headlines/Links/Titles in the Big Slider do not show the proper color “White” when hovering over them.

The big main slide on the left works find, but the three smaller ones on the right all show as standard links with the same background color as the highlighted area around the text.

Basically, I need the text on the right to behave the same as it does on the left. Same as before the update. They should be underlined and WHITE on hover.

Can you please help? (www.scifighitng.com) If you want to see the behavior for yourself.

Thanks!

Post count: 39

OK, missing code identified, I’m not sure exactly where it should sit in the long stream of CSS, but placing this entry at the bottom of the main CSS file or in the theme child or custom areas will work.

.td-big-grid-title .td-sbig-title-wrap a:hover{
color: white !important;
}

Please look into this to make sure it’s fixed in the next release. Thanks!

Post count: 6600

Hi,

Glad you found the solution for it, you can also change this from theme panel > them colors, like this: http://screencast.com/t/iliDAiQQb
Result: http://screencast.com/t/3VMG4Ly0

Thanks

Post count: 39

Thanks Lucian,

That was the setting I used, but a line was missing from the CSS file that applied the setting to the smaller (3 boxes to the right of the big box) boxes in the big grid on the big slider for th home page.

I am not sure if this is a problem with the latest version of the theme or if somehow the line was edited by me accidentally. Regardless if anyone else has this problem they can use my solution above to correct it.

Best Regards,
Luca

Post count: 12

Wow! Just what I needed. Thank you for posting the code!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.