• Resolved benrsullivan

    (@benrsullivan)


    I’ve been looking all over the internet for an effective solution to this, but everything I’ve tried so far has done nothing. I need to remove the title from my home page only – here is the site I’m working on:

    http://2013.whitehallrow.com/

    I want to take out the big blue “Home” header. This site is based on the Twenty Twelve theme. How do I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download & install this Custom CSS Manager plugin.

    Then, within the “Custom CSS Manager” section of the dashboard, enter this;

    .home .entry-header .entry-title {
     display: none;
    }

    Thread Starter benrsullivan

    (@benrsullivan)

    Thanks! That got the job done.

    I might be able to utilize this plugin on other parts of my site… how does it work? Does it override the theme’s default CSS?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, it does just that, although it is still subjective to CSS rules like CSS Specificity and !important.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove title from home page only’ is closed to new replies.