Before you ask please READ THIS

Header background image

edited June 2013 in Hypershot Posts: 18
On the header strip (where the logo is) can anyone assist me in using a background image instead of a solid color?

Comments

  • AirAir
    Posts: 10,970
    If you have uploaded somewhere image you wish to use as background, then I can help you with CSS for it.

    With regards.
  • Posts: 18
    It's a photo I can't show publicly but for code's sake lets say its at www.cnn.com/test.jpg I will make it large so it doesn't need to tile/repeat. Thank you!
  • AirAir
    Posts: 10,970
    Then you can use such custom CSS
    #header {
    background-image: url("www.cnn.com/test.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    }
    To add is you can use plugin like this http://wordpress.org/extend/plugins/pc-custom-css/ activate it, and next go to Appearance->Custom CSS. There you can insert your custom CSS. If it won't work be sure to set Permalinks like explained here http://support.apollo13.eu/discussion/comment/3831#Comment_3831

    With regards.
  • Posts: 18
    Thank you! Worked like a charm
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion