Header Image | Travelia - Documentation | JoomShaper

Travelia

Updated Last: 04 October 2018

Header Image

We have added the header image using this following CSS.

#sp-top-bar {
background-image: url(/project/2017/travelia/images/demo/logo-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
background-position: 0 0;

}