Support » Themes and Templates » Title not changing after theme installation

  • Resolved robinjabraham

    (@robinjabraham)


    Hey Guys

    Apologies. I am a beginner and have been experimenting with the ‘Overstand theme’ for my blog: http://businessquizzards.com/. Unfortunately, the blog title doesn’t seem to be changing. I have read through similar problems on this forum but none of the seem to address the issue.

    Could you please help me out with the issue

    Thanks and regards

    Robin

Viewing 8 replies - 1 through 8 (of 8 total)
  • The blog title is an image. It cant be changed in admin.

    Yes, for sure is an image. Maybe you can change it in appearence menu.

    Thread Starter robinjabraham

    (@robinjabraham)

    Hey Root and Altermann

    If it’s an image why doesn’t it allow me to save it as an image when I right click it?

    Robin

    It’s because it is using “background-image” on the DIV. You will have to right-click e look for something like “see the background image”, or something similar.

    OT right click / save image wont work in Chrome (heck knows why )

    The header “title” is a CSS background images specified in style.css:

    #header {
        background: url("images/fakeblog_title.gif") no-repeat;
        height: 180px;
        margin: 20px 0;
        width: 945px;
    }

    So you can either remove background: url("images/fakeblog_title.gif") no-repeat; completely or upload your own 945 x 183 pixel image called fakeblog_title.gif to the wp-content/themes/overstand_en/images folder.

    @esmi just answered the question. The topic can be put on -resolved- xD

    Thread Starter robinjabraham

    (@robinjabraham)

    Thank you guys…worked:)

    Robin

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Title not changing after theme installation’ is closed to new replies.