• Resolved MiracleB2013

    (@miracleb2013)


    I need to remove my site title from my header. I just want to hide the display, not delete it. I can’t figure out where or how to do this. Please help.

    My site is: http://theillixer.com/. And I am using a purchased theme called Grand News.

    The blog I need help with is theillixer.com.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi MiracleB2013,
    just place this code in your css

    #header h1 {
        display: none;
    }

    hope it`ll work for you.

    Thread Starter MiracleB2013

    (@miracleb2013)

    Thank you, it worked perfectly! Apparently I had forgotten to clear the cookies & cache in my browser the last time I tried it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Site Title From Header’ is closed to new replies.