How to add different background images to header and body?

Discussion in 'ButterBelly WordPress Theme' started by trasgu, Feb 13, 2015.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Jose !

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header {
    background: url("url of image");
    }
    .home_container {
    background: url("url of image");
    }
    Thanks,
    Praveen
     
    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Brilliant Praveen, thx so much for the code, it works just great !!!
    Wish you a great week :)
    Jose
     
Thread Status:
Not open for further replies.

Share This Page