- May 18, 2015
- 1,149
- 183
- 2,427
BassMan submitted a new resource:
Node description only on hover - ... with nice transition
Read more about this resource...
Node description only on hover - ... with nice transition
You don't have permission to view attachments. Attachments are hidden.
Add code to extra.less template:
CSS:/*** Node description only on hover ***/ @media (min-width: @xf-responsiveMedium) { .block--category .block-desc { float: right; opacity: 0; } .block--category:hover .block-desc { opacity: 1; color: #fff; float: right; padding-top: 6px; transition: all 0.5s ease-in-out; } } @media (max-width: @xf-responsiveMedium) { .block--category...
Read more about this resource...