Viewing 10 replies - 1 through 10 (of 10 total)
  • inside that theme’s header.php

    Remove this:

    <h1><?php bloginfo('name'); ?></h1>

    done.

    Thread Starter kalvin37

    (@kalvin37)

    THanks a million you are my hero, i appreciate it!

    Thread Starter kalvin37

    (@kalvin37)

    ughh it didnt work 🙁

    youre either using wp-cache OR you didnt make the correct edit as I still see it in the source.

    empty the cache files off your site OR make the correct edit.

    *Edited* Oops.. sorry whooami, didn’t think you replied. =P
    Scratch the below stuff then lol

    In your CSS file, find this block of CSS codes:

    .header h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    padding-top: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    }

    And, try adding “display:none;” to it.. like this:

    .header h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    padding-top: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    display:none;
    }

    Click save changes button or whatever the hell.. and see if that works.. =/

    spencerp

    that will work too. but he still needs to clear that damn wp-cache if hes using it.

    Hahaha.. =P

    spencerp

    Oops.. sorry whooami, didn’t think you replied. =P

    all gone!

    Thread Starter kalvin37

    (@kalvin37)

    Thanks everyone for your help , i didnt clear the cache the firs ttime. I apologize im still learning this stuff.

    Thanks again

    WOW! It’s a miracle! =P For the lazy, like me.. =P
    http://palaceprince.com

    No probs.. just whooami had this though. 😉 The “fix” I had *would/should* work too though, just leaving it up incase someone else comes across this post..

    spencerp

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Removing Text From Header’ is closed to new replies.