Remove title from Confit theme using the css editor or text tab

  • Unknown's avatar

    I am trying to remove the title and the graphic box it appears in from the confit theme when I’m using a static front page and only on the home screen. Can anyone help me do this in the online editor under the text tab or in the css editing function. I am only working online to edit my site which is at boxingupbeautiful.com I am verrrrrrrrrry new to wordpress and don’t understand most of the suggestions in other threads. Can someone explain it to me in a way that I can do it online and without the help of additional software.

    The blog I need help with is: (visible only to logged in users)

  • Hi there, if you mean the large word “Home” in the right column as I’ve circled in red here – http://cl.ly/image/1U3A3u3z1018 – you can try adding this code under Appearance > Custom Design. Click the CSS tab and add this completely below the existing green comments:

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

    Click Save when you’re done.

    This should remove the “Home” heading on the front page only.

    If you need further CSS help, please feel free to post in our CSS Customization forum.

  • Unknown's avatar

    Thank you for your help! I am one step closer. Except… I also need to remove the yellow box that it is in. The word home did not remove the “graphic box”/yellow box that the word home is in. I mentioned that in the original query. Any thoughts?

  • Sure, I can help with that, but just keep in mind that if the background box is removed, any text on the home page may not be very legible against your background image. Of course, if you don’t plan to have any text there, then it doesn’t matter. :-)

    To remove the yellow box, add this to your CSS:

    .post-31 {
     background: none !important;
    }
  • Unknown's avatar

    Hallelujah! I think I love you!?!?!? My very own “Happiness Engineer”! Thank you for your assistance and for guiding me towards the CSS forum. I will use from now on in my efforts to be a WordPress Queen!

  • You’re very welcome! Wishing you all the best in your royal WordPress adventure. :-)

  • The topic ‘Remove title from Confit theme using the css editor or text tab’ is closed to new replies.