Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1000115
    lucrobinson11
    Participant

    Hi,

    My site is http://www.leaveatrace.co and I want to remove the background image I use on the site generally from my posts. I tried a bunch of different css to do it, but nothing has worked yet.

    What do I need to add?

    Thanks!

    #1000439
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The background image which you have added in the customizer will display site wide. Please remove it by going to Appearance > Customize > Layout and Design > Background Option. When you want to add a background image to a page/pages, you have to edit each page and add it instead in Page Settings (http://prntscr.com/b64y0s) or if you are using Cornerstone, Settings > X Settings (http://prntscr.com/b64ya5) to avoid the background image from being applied site wide.

    Hope this helps.

    #1163601
    lucrobinson11
    Participant

    Hi,

    Thanks for your help! I know I wrote this in a long time ago, but is there any other way of handling this? Ideally I’d like to just override the background image for a single page.

    #1164010
    Friech
    Moderator

    Hi There,

    Add this on your custom CSS in Customizer

    .page-id-xxx .backstretch img{
    	display: none !important;
    }

    Where xxx is the specific page id.

    How to Locate Post/Page IDs

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1000115 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>