Viewing 5 replies - 1 through 5 (of 5 total)
  • If you can define more precisely what the “text from my custom header” is… we might be able to help you.
    Do you mean your name displayed there in white font?
    Do you want to change the text itself or the look of the text?
    Give as much details as you can and somebody will come up with the solution.

    Thread Starter johnpiercy

    (@johnpiercy)

    Thanks ,, I’ll be more specific

    My name displayed John Piercy ( white font )
    is what i would like to remove.

    I intend to rotate different images into the header on a regular basis .

    I appreciate the help

    JP

    The best way to do it: open your stylesheet and find the reference to h1 and add to it:
    display: none;

    Please note: if that text is part of the image then the above doesn’t work.
    Note #2. You can have rotating images AND the blog title, too.

    Thread Starter johnpiercy

    (@johnpiercy)

    thanks for your assistance

    JP

    Thread Starter johnpiercy

    (@johnpiercy)

    he reference to h1 and add to it:
    display: none;
    ——–
    that worked perfectly

    JP 🙂

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