Hi I installed classic mag theme for my wordpress http://tech.ittechsolution.com everything was working fine, but one day i found that title missing on my site. I did all levels of debug uanble to figure out why this problem? I i use different theme i can seeth title an description of my site. But for this particular theme it is invisible. CAn anyone please help me what could be wrong ?
Currently, your CSS is set to use image as title. But logo.png is missing If you want to use image for title. Upload logo.png to ClassicMag/images/logo.png Or if you want to display text. Simply edit your template file Find in header.php, there should be a CSS rule #blog-title { background:transparent url('http://tech.ittechsolution.com/wp-content/themes/ClassicMag/images/logo.png') no-repeat 0 0; text-indent:-9999px; height:51px; } Remove text-indent: -9999px;
Thanks you so much I removed this line text-indent: -9999px; Now blog title is displaying on http://tech.ittechsolution.com