Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #158600
    dward1958
    Participant

    What css code do I need to make the site background image view-able on all pages and posts instead of the solid colour background? I currently have a map as the background image, but want all pages and posts to use this background as well.
    http://wingsinthecariboo.com

    #158621
    sapana
    Participant

    @dward1958:Go to=>Appearance=> Customize=>Background Image=>Select the background image you want to add.

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    #158629
    dward1958
    Participant

    That is the setting for the background of the site. I would like all the pages to have the same background instead of the solid colour background that is there now. Is there a way to make the background of the individual pages be transparent? I have tried multiple plugins that say they can do it, but nothing works.

    http://wingsinthecariboo.com

    #158649
    sapana
    Participant

    @dward1958:Go to=>Appearance=> Customize=> Additional CSS and add the following CSS code

    .site {
        background:url('http://localhost/support/wp-content/uploads/2011/07/dsc09114.jpg') !important;
    }
    #branding {
        background:none !important;
    }
    #main {
        background:none !important;
    }
    article {
        background:none !important;
    }

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

    #158709
    dward1958
    Participant

    Thank you! That works great.

    #159024
    sapana
    Participant

    @dward1958: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-box/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.

    Kind Regards,
    Sapana

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make page/post background transparent with no borders’ is closed to new replies.