Hover effect

Posted in: Newspaper
Post count: 2

Hi

How to add jquery hover effect to block 7 or other post box? I need gray to color effect on hover.

Post count: 7909

Hi,

Unfortunately theme doesn’t have an option for this, but can be changed with css code.
Please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/Xxh1jNzYc

.td_block7 .block-title a:hover{
color: gray !important;
}
.td_block7 .entry-title a:hover{
color: gray;
}

Result: http://screencast.com/t/1r22AlxH3OP6
If you want to apply this to all block replace .td_block7 with .td_block_wrap
I hope this helps, please provide more details if this is not what you mean.

Thanks!

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