• Hello, this is my first self hosted blog, and I’m getting frustrated with some simple things. The space above the navigation bar on my site still has the designer’s name figured prominently, which is pretty embarrassing given that my name is not “STRUCTUREBLOG.”

    I’ve tried my best to poke around the header file, but I’m way past my ability level here, and I don’t know what to change to make it display my site’s name there instead of being a very stylish commercial.

    I’m assuming it’s within a php file? I’m not completely sure how to even use those, and the tutorials I’ve found are making me more confused and frustrated.

    TIA for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • this is a background image:
    …./themes/structure_themes/structure_blog_full/images/logo.png

    download it, edit it with a graphic editor (GIMP, photoshop), and re-upload it to the same location.

    the reference in style.css
    (…./themes/structure_themes/structure_blog_full/style.css) is:

    #header #title a {
    	background: url(images/logo.png) no-repeat;
    	float: left;
    	display: block;
    	width: 640px;
    	height: 120px;
    	margin: 0; padding: 0;
    	text-indent: -9999px;
    	overflow: hidden;
    }

    Thread Starter rihannsu

    (@rihannsu)

    I’m not sure if I can do that. I use Bluehost (1 press WordPress uploading) and I upload each theme as one zipped file.

    You have FTP access.

    Review the articles alchymyth sent you. They’re the best way to start off.

    If you’re not sure how to get going with FTP, call your host and see if their support can help you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing designer's text in header’ is closed to new replies.