Hi,
I am looking for a mouse over on the list view of the Sight theme.
http://sight.wpshower.com
I guess it is controlled by this code:
function list(){
$('#mode').removeClass('flip');
$('#loop')
.fadeOut('fast', function(){
list_update();
$(this).fadeIn(10);
})
;
Please advice on how this can be turned into showing like on sample img when hovering over it. E.g. show a transparent black bar with the txt "Read more" and the link to the post when rolled over.
Thanks!
NordicDesign
Arnav Joy answers:
where you want to have that feature ? on slider ?
NordicDesign comments:
Hi Arnav! no, need it on the list view thumbnail. Both working on the main page (loop-index) as the category page.