Help me on this theme code

Discussion in 'HTML & Website Design' started by 07venky, Oct 5, 2009.

  1. #1
    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 ?
     
    07venky, Oct 5, 2009 IP
  2. calviin

    calviin Peon

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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;
     
    calviin, Oct 6, 2009 IP
  3. 07venky

    07venky Active Member

    Messages:
    252
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    07venky, Oct 7, 2009 IP