Header Image | Travelia - Documentation | JoomShaper
SP Page Builder 6 is Here! Learn More →

Travelia

Updated Last: 15 July 2025

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;

}