Okay
  Public Ticket #2701209
Footer bg image
Closed

Comments

  •  1
    parade-studio started the conversation

    Hi,

    In this restaurant demo, there's a bg image in the footer. How would I go about swapping this image?

    Thanks!

  •  1,560
    Laborator replied

    Hi parade-studio,

    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!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    parade-studio replied

    Hi again

    Thanks, but I'm having trouble locating Theme Editor, can you guide me please!

  •  1,560
    Laborator replied

    Hi parade-studio,

    1. Go to your WordPress dashboard > Appearance > Editor.
    2. You will be redirected to ‘Theme Editor’ page where you can edit your WordPress theme files.

    First, you need to select the theme your website is using from the dropdown and after that, you need to locate the file “style.css” and click it.

    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!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    parade-studio replied

    Hi Art

    It appears I the Editor is not showing under Appearance. I've tried disabling plugins and temporarily switching themes, but no luck.

    Do you have any idea what could be the cause?


  •  1,560
    Laborator replied

    Hi there,

    I logged in your site and could find the Theme Editor:

    medium
    (view large version)

    Make sure you're logged in as admin.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    parade-studio replied

    Yes, the guy who is providing hosting had disabled this option to protect the site and recently enabled it. It really really wasn't there before :-)

    Thank you so much for checking up on it for me!

  •  1,560
    Laborator replied

    Happy to hear that, have a great weeksmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group