Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52956
    Camel1021
    Member

    I am a user of Catch Kathmandu Pro.

    Please tell me how to add header image, like a banner, in this theme.

    I try to upload a large image and use as website logo, but the site-title will shift to the different place.

    Is any way to add a image as the background of site-title and the primary menu?

    Thanks !

    #52988
    Sakin
    Keymaster

    @Camel1021: Sorry there is no option to do that. But you can use Custom CSS to add in your image as the header background. For that you can replace the Paste our image URL with your image URL in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #hgroup-wrap {
      background: url("Paste our image URL") no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    #53020
    Camel1021
    Member

    It works. Now I need to edit the size of that picture to fit that area.

    Thanks a lot!!

    #53025
    Sakin
    Keymaster

    @Camel1021: For full width image, the size should be width 1280px and height as per your need.

    #53137
    Camel1021
    Member

    Dear Sakin:

    The height of the background picture seems to be fixed. Please tell me the exact px the height is. Thanks again!

    #53192
    Sakin
    Keymaster

    @Camel1021: Exact px of the height depends on the screensize that you are viewing from.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header image’ is closed to new replies.