Okay
  Public Ticket #2490566
remove sushi img from footer
Closed

Comments

  • zahrarf started the conversation

    Hello,


    I didn't found the way to remove sushi image from footer could you please help me out to how too? I also saw two different images but just could found one image in media any idea?

  • [deleted] replied

    Hi zahrarf,

    That is happening because that area is overwritten by the CSS codes in the style.css area that we have added for that demo only.

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

    Have a great day!