Forums

[resolved] Title not changing after theme installation (9 posts)

  1. robinjabraham
    Member
    Posted 1 year ago #

    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

  2. Root
    Member
    Posted 1 year ago #

    The blog title is an image. It cant be changed in admin.

  3. Dennis
    Member
    Posted 1 year ago #

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

  4. robinjabraham
    Member
    Posted 1 year ago #

    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

  5. Dennis
    Member
    Posted 1 year ago #

    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.

  6. Root
    Member
    Posted 1 year ago #

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

  7. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

  8. Dennis
    Member
    Posted 1 year ago #

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

  9. robinjabraham
    Member
    Posted 1 year ago #

    Thank you guys...worked:)

    Robin

Topic Closed

This topic has been closed to new replies.

About this Topic