Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1328787
    stephane Janssen
    Participant

    Hello, I’m using integrity stack with a backgound image and works fine.
    from now I’d like to put an intro image/text with slider revolution and keep the backround only for the other pages.
    thus remove the background for the home/welcome page.

    can it be done ?

    #1329057
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1333853
    stephane Janssen
    Participant

    Hello the website is http://www.mf-janssen.com

    thank you

    #1333897
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1333979
    stephane Janssen
    Participant
    This reply has been marked as private.
    #1334190
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .home .backstretch {
        display: none;
    }

    Hope this helps.

    #1334731
    stephane Janssen
    Participant

    Hello,

    it worked thanks again.

    so I imagine it can be applied on any page like .home
    if I’d like to specify another page to apply that, where can I find the class like .home
    but for the other pages ?

    #1334745
    Thai
    Moderator

    Hi There,

    You can try the page-id class, something likes this:

    .home .backstretch,
    .page-id-123  .backstretch,
    .page-id-456  .backstretch {
        display: none;
    }

    123 & 456 are the page IDs, to find the ID, please take a look at this article: https://community.theme.co/kb/how-to-locate-post-ids/.

    Hope it helps 🙂

    #1334822
    stephane Janssen
    Participant

    yes perfect !
    thanks a lot for your support

    #1334840
    Thai
    Moderator

    If you need anything else please let us know.

    #1334857
    stephane Janssen
    Participant

    just one more tiny problem with that:
    when I click the image in the portfolio to get the full size image
    the background image come back

    so I need to suppress it also on that page but I don t know which one is it ?

    #1334874
    Lely
    Moderator

    Hello There,

    Please update that CSS to this:

    .home .backstretch,
    .page-id-123  .backstretch,
    .page-id-456  .backstretch,
    .single-x-portfolio .backstretch  {
        display: none;
    }

    Hope this helps.

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