Okay
  Public Ticket #3228959
How to change default footer image
Closed

Comments

  • cheyennezimmermann started the conversation

    Hi there 

    I am a total beginner and I am trying to make my own website with the "Restaurant Theme". I am getting into all the possiblities fast but however I am not able to remove the default "sushi image" from the footer. Can you please help me?

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi,

    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!

  •  1
    gogolek replied

    Hi. I have this same problem and when i deleted this CSS code i can still see sushi :) Cen you help me?

    Kind regards, 

    Pat

  • [deleted] replied

    Hi Pat,

    You probably have cache on your site, please clear your site or server cache.

    If you have further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. 

    Will set this ticket as solved from here.