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

Remove Image

F

fabiana

Template 3 years ago

https://prnt.sc/HmfvITTEVN3d

remove the image at the bottom of the footer

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #70719

of course if you don't need bg image use

background-image: none;

in the above CSS code

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #70626

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please add this css code inside the custom.css file.

#sp-bottom:before {
    top: inherit;
    bottom: 0;
    height: 275px;
    background-image: initial;
    background-position: bottom center;
    background-repeat: no-repeat;
}

-Thanks

0
F
fabiana
Accepted Answer
3 years ago #70632

good and to reduce the height of the footer it is very high without the image https://prnt.sc/ZUiePaA--PFo

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #70699

Add this css code inside the custom.css file.

#sp-bottom {
    background-image: url("/2016/kidzy/images/demo/bottom-bg.png");
    background-attachment: fixed;
    padding: 80px 0 100px 0;
}
0