Okay
  Public Ticket #3028728
Sushis in footer
Closed

Comments

  • LaBigoudene started the conversation

    Hi, 

    I would like to withdraw the sushis image in the footer of the Restaurant demo.

    Could you help me with that please? 

    (Is that kind of request included in the support?) 


    Thanks, 

  • [deleted] replied

    Hi LaBigoudene,

    For the sushi 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: #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
    

    Thanks!