Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34440
    dallakyan
    Member

    Hi. Thanks for nice themes.
    How i can set the background image in header?

    #34501
    Sakin
    Keymaster

    @dallakyan: You can replace the image url in the following CSS and css in “Appearance => Theme Options = Custom CSS” box to add background image in header.

    #hgroup-wrap {
        background-attachment: fixed;
        background-image: url("http://catchthemes.com/demo/catch-kathmandu/wp-content/themes/catch-kathmandu-pro/images/demo/kathmandu-durbar-square-1280x600.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-size: cover;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘header background image’ is closed to new replies.