• Resolved MyNameIsExclamation

    (@mynameisexclamation)


    Hi.
    First of all, thanks for thee great theme. I’m currently using it as a base for designing my own. I’ve been trying to remove the site title from the header (while still retaining the logo) but I can’t seem to figure out how to do it. Any help would be much appreciated.
    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MyNameIsExclamation

    (@mynameisexclamation)

    I figured it out already. Thank you anyway.

    You need to post a link to your site, or at least theme name.

    Making simple theme modifications is actually easy in WordPress, try this:

    1. open your site in google chrome
    2. right click on the place you want to edit the style (removing it also counts as styling it)
    3. click “inspect element” and you will see the class or ID style at the right side, copy it
    4. paste it in stylesheet.css and do you modifications. Adding display:none; line at the bottom would hide it.

    Also, maybe you can just leave blank the blog title in general WordPress settings.

    If you are using twenty twelve try pasting this code

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

    into stylesheet.css

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