Hover on Post's Featured Images and Text?

Posted in: Newspaper
Post count: 49

Is it possible ot make the featured images and text change when hover over it?

Post count: 6600

Hi,

It’s possible but you would need custom work for it or you can also try to find and use a plugin for that or get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry for the inconvenience!

Thanks for the message!

Post count: 49

Hi,

Can you give me some guidance atleast where I can start to do them myself I have some knowledge so I think I will be fine just tell me what file I need to edit and some example tutorials etc.

Thank you in advance.

Post count: 6600

Hi,

For example for post template 3 you can use this css to change attribute values or add animations, hover effects: http://screencast.com/t/149APqTeyJ

.single_template_3 .td-post-featured-image img:hover {
max-width: 90%;
margin-left: 53px;
}

.single_template_3 .td-post-header-full h1:hover {
color: red;
font-size: 50px;
line-height: 50px;
}

You can find online tutorials related to this. Here are some css hover effects for example: http://www.corelangs.com/css/box/hover.html or http://designshack.net/articles/css/joshuajohnson-2/

Thanks

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