Different Title Color When Hover

Posted in: Newspaper
Post count: 53

Hi,

There’s different colour for big and small slides on slider when hover.
Please have a look:

1. When hover on big slide on slider, the font is no change, still white color

2. when hover on small slide on slider, the font changed to blue color

May I know how to change the font color using Custom CSS when hover on 1 & 2?
Thanks.

Post count: 6600

Hi,

Use this css to change the hover color for both big slider’s title: http://screencast.com/t/AGrc817Uw4gg

.td-sbig-title-wrap .td-sbig-title:hover {
color: red !important;
}

.td-sbig-title-wrap a:hover {
color: red;
}

Thanks

Post count: 53

Hi,

Well done, and it works well!
Thanks.

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