Comments LaBigoudene started the conversationApril 21, 2022 at 8:09amHi, I would like to withdraw the sushis image in the footer of the Restaurant demo.Could you help me with that please? (Is that kind of request included in the support?) Thanks, [deleted] repliedApril 21, 2022 at 12:27pmHi LaBigoudene, For the sushi image, you just need to go to Appearance > Theme File Editor choose style.css area and there you can find this CSS code: /* Footer: Background Decoration Image */ footer.site-footer { background: #222 url(https://demo.kaliumtheme.com/restaurant/wp-content/uploads/2017/08/sushivogel.png) no-repeat 118% 140% !important; background-size: 600px auto !important; } Then you can remove or change the image link area if you want to replace it: https://demo.kaliumtheme.com/restaurant/wp-content/uploads/2017/08/sushivogel.png Thanks! Sign in to reply ...
Hi,
I would like to withdraw the sushis image in the footer of the Restaurant demo.
Could you help me with that please?
(Is that kind of request included in the support?)
Thanks,
Hi LaBigoudene,
For the sushi image, you just need to go to Appearance > Theme File Editor choose style.css area and there you can find this CSS code:
Then you can remove or change the image link area if you want to replace it:
Thanks!