just put a <p class="nav_text"> or something and have the same fade effect
Not sure if this is what you want.
Code:$(document).ready(function() { $('.nav_text').fadeIn(1500).delay(3500).fadeOut(1500); });
Adjust the times to what you want.