• Resolved erealmz

    (@erealmz)


    I want to remove the space at the top of my page above the header image. In other words, I want my header at the top of the page. I know the reason the space is there is because I haven’t typed anything in the site title and description section. So how do I get rid of this space?

    Next, how do I make my header image clickable so it takes you back to the homepage? By default in the 2010 theme, the header image is nothing more than an image that can not even be clicked on.

    I also want to remove the black line at the bottom of the page that separates the body from the footer. How do I do this?

    Finally, I want to change the color of the navbar and its mouse-over color as well. How do I do this?

    Thanks for your support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Don’t edit the Twenty Ten theme! Your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    a:
    css solution:
    #site-title, #site-description { display: none; }
    added at the bottom of style.css of the child theme.

    b:
    http://www.transformationpowertools.com/wordpress/twentyten-make-header-image-link-to-home

    c:
    #colophon { border-top: none; }
    as in a:

    d:
    all styles for the nav bar are in style.css starting with:

    /* =Menu
    -------------------------------------------------------------- */
    
    #access {
    	background: #000;
    ...

    there are plenty of threads in this forum answering that question.

    Thread Starter erealmz

    (@erealmz)

    K cool thanks. So how do I create a child theme? Sure that tutorial is deep and all that, but it pretty much tells me nothing. What EXACTLY do I have to do to make a child theme? Am I going into my file manager to do this or can I do it from the WP interface alone?

    Thread Starter erealmz

    (@erealmz)

    K I figured it out. At first glance, that tutorial looked like wp rocket science. But when I actually studied it, it started to make sense. Thanks for your help guys. 🙂

    Case resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need more 2010 help’ is closed to new replies.