• Hello
    I have a Site https://www.flytripper.co.uk and I have been attempting to either change the “Blogstarter – Just another premium wordpress theme” to
    “Fly Tripper – The Online Fly Fishing Travel Resource” or add a Jpeg Logo which Ive made.

    However I cant seem to do either, I understand that if I go into WordPress Dashboard and settings I should be able to change the Title there but nothing seems to happen. and I cant find where I should put the Jpeg and what changes I need to make to install the Jpeg

    Any Help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • That “text” is actually a 366 x 48px background image – style.css:

    #header h1 a {
        background: url("../images/logo.gif") no-repeat;
        display: block;
        height: 48px;
        outline: medium none;
        text-indent: -9999px;
        width: 366px;
    }

    So you can either delete background: url("../images/logo.gif") no-repeat; or upload your own similarly-sized image called logo.gif to the wp-content/themes/blogstartertheme/assets/images folder.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Blog Title (or add a Logo)’ is closed to new replies.