Comments 1cvforum started the conversationMay 21, 2023 at 11:15amGood morningI would like to replace in the footer, the beige image with the drawing by a plain blue background. How should I do it?Thanks![deleted] repliedMay 22, 2023 at 6:34amHi cvforum, For the law 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: url(https://demo-content.kaliumtheme.com/law/wp-content/uploads/2018/10/footer-law.png) no-repeat 105% 140%; background-size: 477px auto; border-top: 1px solid #eae9e4; background-color: #f7f6f2 !important; } Now, you can remove or comment on this code: background: url(https://demo-content.kaliumtheme.com/law/wp-content/uploads/2018/10/footer-law.png) no-repeat 105% 140%; or change its image link area if you want to replace it: https://demo-content.kaliumtheme.com/law/wp-content/uploads/2018/10/footer-law.png Thanks! Sign in to reply ...
Good morning
I would like to replace in the footer, the beige image with the drawing by a plain blue background. How should I do it?
Thanks!
Hi cvforum,
For the law image, you just need to go to Appearance > Theme File Editor choose style.css area and there you can find this CSS code:
Now, you can remove or comment on this code:
or change its image link area if you want to replace it:
Thanks!