Travelia Background Image - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Travelia Background Image

KV

Kim V

Template 2 years ago

hi, trying to remove the background image on the bottom of the page, just above the footer. i cannot seem to find it where to remove.

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #130429

Hello Kim V

It is added from CSS. Please use this CSS to

Template Options -> Custom Code -> Custom CSS to change the picture or use any color.

#sp-bottom:before{
  background: url("your image URL") no-repeat scroll center center / cover;
}

You can also remove it with this CSS

#sp-bottom:before{
  background: none;
}

Best regards

1