Viewing 6 replies - 1 through 6 (of 6 total)
  • Without a link to your site it’s really hard to see what you mean.

    Cheers

    PAE

    Thread Starter AyeAaron

    (@ayeaaron)

    oops, i’m a nube.

    http://aarondavis.net/

    i think you are doing some customization because i can see some links on your header image. if you want to replace the text over image i have a nice code 🙂

    Something like this will bring it down:

    #sidebar li.widget ul {
      padding-top: 5em;
    }

    Or, if you prefer,

    #sidebar {
      visibility: hidden;
    }

    will hide it.

    Cheers

    PAE

    i think you are doing some customization because i can see some links on your header image. if you want to replace the text over image i have a nice code 🙂

    i got your question incorrectly..perendur’s solution is good
    but i have one of my own for removing the whole text over your image..

    #sidebar{
    position: relative;
    top:-99999px;
    }
    Thread Starter AyeAaron

    (@ayeaaron)

    Awesome. Thx.

    Aa

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text over my logo’ is closed to new replies.