• Resolved Steph@OS

    (@stephos)


    I’m brand new to CSS (sorry) and I am trying to learn how to do things, like remove the header text from my blog (http://www.orangespoken.com). I want it to show on the browser, but not above my custom header. I know I have to add something to CSS, but I’m not sure what it is, AND where to put it? Any help would be greatly appreciated! 🙂

    Thank you,
    Steph

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try the following at the bottom of your theme’s style.css file:

    .site-header .site-title {
    	display: none;
    }

    Once you have that saved and reload, does that do what you’re wanting to do?

    Modifying theme files is not a good way to make changes – as they will all be lost when the theme is updated. You should use a custom CSS plugin to ADD the code above.

    Thread Starter Steph@OS

    (@stephos)

    WPyogi- ok I added the simple CSS plugin and added the code from JarretC and voila, it works! Thank you so much! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing site title from Skirmish’ is closed to new replies.