Posted in: Newspaper
Aug 17, 2016 at 11:50 am
Hi,
I assume you are talking about the hover effect with the yellow border and transition effect.
The way the site you mention has done it is with this css:
.td_module_mx6:hover .td-module-thumb {
border: 5px solid #F3EC04;
}
.td_module_mx6 .td-module-thumb {
border: 0px solid #F3EC04;
transition: all 0.3s linear!important;
Thanks.
Aug 18, 2016 at 11:00 am
Hi,
The css box shows suggestions, yes. By cleaning up the code you can use it like so:
.td_module_mx6:hover .td-module-thumb {
border: 5px solid #F3EC04;
}
.td_module_mx6 .td-module-thumb {
transition: all 0.3s linear;
(the first was a copy of the code used by the site you mentioned)
Thanks.
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.


