Background Image for WooPress - by mediahorizon

This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Robert Hall

  • Avatar: mediahorizon
    mediahorizon
    Participant
    May 5, 2015 at 05:18

    Hi,

    Simple question.

    How Can I add my own background image at the header of WooPress theme.

    Regards

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 5, 2015 at 07:20

    Hello,

    You need upload image (for example, image.png) to wp-content/themes/woopress/images folder and add following code in custom.css file

    .header{
      background-image: url(images/image.png);
      height: auto;
      width: 100%;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.