• Resolved eranno79

    (@eranno79)


    Since the new WordPress 3.5 upgrade, the “blog” page on my website now has a big black title of “Blog” above all the content, and I’d like to know how to remove it. There is no title on any of the other pages on the site. I’m using the Hybrid theme, with my own customized child theme. My website is https://www.eranjayne.com.

    I’m not super talented/well-versed when it comes to figuring this stuff out, so if someone can send me some detailed ideas or a solution, that would be greatly appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding this to your CSS code:

    h1.loop-title {
        display: none;
    }

    Thread Starter eranno79

    (@eranno79)

    Thanks for the reply. I added the above code to the bottom of my css stylesheet for my child theme, and it didn’t seem to change anything. Am I putting it in the right spot? thanks for your help!

    I don’t see it in customtheme/style.css — is that where you put it? Make sure you’re saving changes and clearing any caches.

    Thread Starter eranno79

    (@eranno79)

    At first I updated the customtheme/style.css via TextWrangler and Filezille. Now I’ve gone on the backend of my WordPress, to Appearance>Editor and added the code directly to the bottom of the style.css here. Still no change. Not sure what I’m doing wrong? thanks for your help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Clear your browser’s cache.

    Thread Starter eranno79

    (@eranno79)

    Right – of course! thank you. Problem solved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove page title from "Blog" page’ is closed to new replies.