Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #250407
    ChrisG
    Participant

    Hello all, I’m replacing an outdated theme that is no longer supported on my web site and I found Catch Flames. It appears to be a good replacement for what the previous theme was doing as all the features in the previous theme are just a small subset of Catch Flames. The only thing I can’t seem to figure out is how to get the background image to display, the URL is http://www.gifnet.us

    I set the background image in the control panel as the image below shows. I know my way around the control panel but I can’t seem to find anything that is set to disable it. Any ideas as to what I might be doing wrong or missing

    Gifnet background setting in WP

    #250430
    Skandha
    Participant

    @chrisg: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body, #branding, #main {
    	background-color: unset !important;
    }
    body.custom-background {
    	background-size: cover !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #250447
    ChrisG
    Participant

    Ahhh, thank you so, so, SO MUCH. While I am a long, long, long time programmer, it’s been in the desktop area. I’m an still relatively new to CSS and PHP. Now I’m going to explore some of the more advanced options of the theme!

    #250487
    Skandha
    Participant

    @chrisg: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #250502
    ChrisG
    Participant

    Done! Five Stars!

    #250503
    Skandha
    Participant

    @chrisg: Thank you for your wonderful review. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘main background image not displaying’ is closed to new replies.