Okay
  Public Ticket #3380842
Edit Footer Background Image
Closed

Comments

  •  1
    Daniel started the conversation

    Hello,

    I'm after changing the footer background image. I didn't find any control enabling it in the widget editor. The image is part of the child 'Restaurant Kalium theme' – nevertheless, we are using the single page theme for other purposes and sushi styled footer doesn't help us much 👼🏻 

    I have looked into the CSS and it is linked directly from demo servers, so removing it from the media library won't help neither.

    Appreciate your directions and ideas!

    Have a great day ☀️

    Daniel

    Attached files:  Footer CSS Source.png

  • [deleted] replied

    Hi Daniel,

    For the sushi image, you just need to go to Appearance > Theme File Editor choose Stylesheet (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
    

    Have a nice day!