• hyeon

    (@hyeon)


    Hello,

    First off, thanks so much for the WordPress theme. Looks very sleek and I couldn’t be happier πŸ™‚

    I’m trying to remove the header to the “home” page to my website. Unfortunately, all the tutorials I have been following doesn’t seem to work. I’ve tried all the methods mentioned in this article to no avail.

    Any suggestions?

    Thanks in advance!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    Link to your site and I can give you the CSS how you can hide “Home” title.

    Thread Starter hyeon

    (@hyeon)

    Hi Sami,

    Thanks so much for the quick reply! Much appreciated.

    1. The link to the webpage is http://kivyconsulting.com/. Would be nice to remove the “Home” subheading (without affecting the SEO).
    2. Also, would you have the CSS code to center the footer (i.e. about us and contacts)
    3. Finally, as you can see in the home page, I have a slider. I would like to be able to center it in the middle of the page and take up the entire width of the white space. Any clues on how to do this? Should I somehow use relative sizing for the slider? Or should I use absolute pixel size? Any slider plugins you can recommend?

    Thanks again!

    Best

    Theme Author Sami Keijonen

    (@samikeijonen)

    First install and activate child theme.

    http://themehybrid.com/themes/live-wire-child

    Thread Starter hyeon

    (@hyeon)

    Hello Sami,

    I’ve gone ahead and installed and activated the live wire child theme.

    Unfortunately, here is the issue I am facing. At one point, while trying to remove the “Home” subheading, I followed method 2 of these instructions online:
    http://www.creativeworld.com.au/blog/web-design/how-to-remove-the-page-title-from-your-wordpress-homepage/

    However, this unintentionally removed the entire post designated as the front page in word press. As such, I removed the code that I added to the content_page.php.

    Unfortunately, the problem still persists and even with the child theme installed, I still get a blank front page.

    Any thoughts?

    I’ve tried deleted the live wire parent files on my host and reinstall them….but the same issue persists.

    Thanks a bunch!!!

    Best

    Theme Author Sami Keijonen

    (@samikeijonen)

    Add this in your child theme style.css.

    .home .entry-title {
        display: none;
    }
    Thread Starter hyeon

    (@hyeon)

    Thanks so much!
    Do you have css code to remove breadcrumbs as well?
    Thanks again!

    Theme Author Sami Keijonen

    (@samikeijonen)

    Well you would have to guess that:) And start learning some CSS.

    .home .breadcrumbs {
        display: none;
    }

    I use Firebug in Firefox to check out css and here is some basic CSS tutorials.

    http://www.w3schools.com/css/

    Thread Starter hyeon

    (@hyeon)

    Thanks so much. And yep, been looking through some CSS lately.
    Congrats on the new Path theme btw. Looks gorgeous!

    I’ve been looking into adding a slider with the Path theme and was wondering if there were settings already in the theme that enabled the slider. Or do I have to install Flexslider and go from there?

    Thanks!

    Theme Author Sami Keijonen

    (@samikeijonen)

    Assign some sticky posts and they are automatically in the slider.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Removing the automatically generated header from a page’ is closed to new replies.