Kidzy Template Bottom Image - Question | JoomShaper

Kidzy Template Bottom Image

M

Mark

Template 11 months ago

How do I replace the mother and children image at the bottom of the kidzy template? I have tried in the template settings, but the image I used does not show at the front end.

0
3 Answers
M
Mark
Accepted Answer
11 months ago #175752

Thank you so much. I was looking for the image at the wrong place. You showed me the right place to find it. I didnt need the image showing at the front, so I have renamed the image so it doesnt show at the front.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175746

Hi Mark.

  1. You can just replace that image file > templates/shaper_kidzy/images/bottom.png
  2. But remember to change file rights after, using FTP tool from 644 to 444.

OR

You can customize bottom even more by override image using Custom CSS

#sp-bottom::before {
  height: 275px;
  background-image: url(FULL-PATH-TO-YOUR-IMAGE-FILE);
  background-position: bottom center;
  background-repeat: no-repeat;
}

The second method requires you to know the basics of CSS, but I think as a webmaster you already know that.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175758
0