This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Default camera image (how do i change it?)

Open 5 replies generalquestion
10 years ago · Last reply by Alex S 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Alex S Staff 10 years, 5 days ago

    Hi Kasper,

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

  2. Kasper 10 years, 5 days ago

    Square

    FM landing page

  3. Alex S Staff 10 years, 4 days ago

    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. Kasper 10 years, 4 days ago

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

  5. Alex S Staff 10 years, 4 days ago

    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.

Have a different question or issue?

Start New Thread