• Resolved deanappliances

    (@deanappliances)


    I’ve tried writing in css the codes shown in other threads into ‘header php’ and also tried using css customiser plug in with code and the site title still remains, is there a detail, or plug in, or something i might be missing?
    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter deanappliances

    (@deanappliances)

    I’m just learning to use wordpress to make a website for my brother. the site is hamiltonappliancerepairs.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As you’re using a commercial theme, it’s best to ask your theme’s vendors for support. The WordPress.org forums support the themes distributed on WordPress.org, not elsewhere.

    In your case, the CSS you need to use is:

    .home-headline {
        display: none;
    }

    Thread Starter deanappliances

    (@deanappliances)

    hey thanks for the reply
    is the css area location sensitive? does it need to be inline or inside a certain part of the text?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    CSS is case sensitive, but the code that I posted should work as is. It doesn’t go within a part of the text, it goes inside a… This is where you need to talk to your theme’s vendors about how exactly your theme works.

    If they can’t help, then install a plugin to hold your CSS modifications: http://wordpress.org/plugins/custom-css-manager-plugin

    Thread Starter deanappliances

    (@deanappliances)

    hey so the i used that plug in with the text you wrote and it removed the heading i wanted to keep [header 2 ] (centred on image on my page), and left the site title [ header 1 ] in the header area.
    it worked , it worked just wrong way around.
    do i need to alter the text to remove the one in the header instead?

    Thread Starter deanappliances

    (@deanappliances)

    also will deleting the code and hitting save change bring back the title i want?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this instead:

    body #site-banner.blogname .site-title {
        display: none;
    }

    Thread Starter deanappliances

    (@deanappliances)

    it worked!
    none of the coding on other threads worked
    your a legend
    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘usual tips not working to hide site title in header’ is closed to new replies.