Okay
  Public Ticket #3375132
Change the background image of the footer in the child law theme
Closed

Comments

  •  1
    cvforum started the conversation

    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!

  • [deleted] replied

    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:

    /* 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!