• Resolved marshmallau

    (@marshmallau)


    Hello,

    I’d like to have a background image in the header of my site (travelblaug.com).

    I tried this, but the header stays white.

    header .site-header {
    	background-image: url("http://travelblaug.com/wp-content/uploads/2015/10/IMG_0513-8.jpg");
    }

    Suggestions?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this code:

    .site-header {
        background-color: transparent;
        background-image: url("http://travelblaug.com/wp-content/uploads/2015/10/IMG_0513-8.jpg");
    }

    Thread Starter marshmallau

    (@marshmallau)

    Cool! It worked, thanks!

    Hello,

    I tried pasting the code (with my image address) in custom css but nothing happens, I tried another code to change the size of my logo like but it does not work,

    someone can help me please

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Background image in header’ is closed to new replies.