Support » Themes and Templates » Trending theme header image

  • Hi! Has anyone idea how to change the image for header and maybe footer of Trending theme, the one downloaded from the WordPress site?

Viewing 1 replies (of 1 total)
  • both are background images, using the same image file which is located in the /images/ folder of the theme;

    images/header-cross.png

    corresponding styles in style.css:

    #header{padding:25px 0 0 0;overflow:hidden;background:url(images/header-cross.png) repeat 0 0}

    #footer{clear:both;overflow:hidden;width:100%;padding:50px 0 25px 0;font-size:13px;background:url(images/header-cross.png) repeat 0 0;border-top:1px solid #00465b}

    for instance, create new images, upload them to the /images/ folder of the theme, and reference them in those styles.

    http://www.w3schools.com/css/css_background.asp

Viewing 1 replies (of 1 total)
  • The topic ‘Trending theme header image’ is closed to new replies.