Home>Support>Default camera image (how do i change it?)

Default camera image (how do i change it?)

By Kasper, 9 years ago. Last reply by Alex S, 9 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I can’t find a way to change the default picture that loaded with the theme, the background image of a camera. I don’t have any background images, it isn’t the header, and I don’t see any option to change or disable it within the theme options. Can someone point me in the right direction, please.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Kasper,

    Sorry about that! Could you please clarify what theme you’re using?

  2. 9 years, 5 months ago Kasper

    Square

    FM landing page

  3. 9 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Kasper,

    SiteOrigin didn’t actually make that theme and I personally, am not familiar with it. While I can help you fix this issue, you would likely be better off contacting the theme developer via their support forums. Would you still like my help with this issue?

  4. 9 years, 5 months ago Kasper

    Unfortunately, I'm waiving the white flag. I've all but admitted defeat.

  5. 9 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Kasper,

    That’s unfortunate. I’ve taken a look at the theme and I can’t spot how to do this within the theme settings. However, you can change the image with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sq-main-header {
        background: url('http://example.com/image-here.jpg') no-repeat top center !important;
    }
    

    Be sure to update the url to where your image is located. If you would instead rather hide it, use the following CSS

    .sq-main-header {
        background: none !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More