• Hi there. I am using the elegant grunge theme. I have searched the forums but cannot find how to disable the site title without just not having one, as it is interfering with my custom image (embedded with the site name). http://www.dubstepsa.co.za.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can make a quick CSS fix for this. Edit your theme’s CSS file (style.css) and on line 142 you’ll find this

    #header h1 {
    font:2.2em/169px "Georgia","Baskerville",serif;
    margin:0;
    }

    Replace it with this

    #header h1 {
    font:2.2em/169px "Georgia","Baskerville",serif;
    margin:0;
    display:none;
    }

    Now you can add your site title back and it will not be displayed on the header image.

    Thread Starter Dubstep SA

    (@dubstep-sa)

    Thank you so much Adrian! Success!

    I`m glad it worked! Good luck with WP.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot find Site title hide box’ is closed to new replies.