• I have loaded the Graphene template. Its fine but on the section where one can edit the header there is nowhere to edit the existing text (which has been automatically inserted, being my website name and “Just another WordPress site”. I want to remove this last bit and add my own text. How do I do it? Where is the edit facility for text in the banner?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Login to example.com/wp-login.php go to General Settings and change it from there.

    View post on imgur.com

    Thread Starter snbwaldron

    (@snbwaldron)

    Brilliant!! Now why can’t the site instructions tell me that?!

    Thread Starter snbwaldron

    (@snbwaldron)

    Now all I need to know is how to change the font and position of the text in the header section!! If you go to my website you will see what I mean (www.stephenwaldronconsult.com)

    You can change the font and position on your style.css:

    #header h1 {
    font:bold 28px "Trebuchet MS";
    left:38px;
    position:relative;
    top:115px;
    width:852px;
    }
    
    #header h2 {
    border-bottom:medium none;
    color:#000000;
    left:38px;
    position:relative;
    top:80px;
    width:852px;
    }

    Altering the value for the “top” tag will move the text up and down

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header text’ is closed to new replies.