Tagged: x
-
AuthorPosts
-
January 13, 2017 at 8:50 am #1328787
stephane JanssenParticipantHello, 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 ?
January 13, 2017 at 12:29 pm #1329057
DarshanaModeratorHi 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.
January 17, 2017 at 12:16 pm #1333853
stephane JanssenParticipantHello the website is http://www.mf-janssen.com
thank you
January 17, 2017 at 1:00 pm #1333897
JoaoModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
January 17, 2017 at 1:52 pm #1333979
stephane JanssenParticipantThis reply has been marked as private.January 17, 2017 at 5:08 pm #1334190
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.home .backstretch { display: none; }Hope this helps.
January 18, 2017 at 3:13 am #1334731
stephane JanssenParticipantHello,
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 ?January 18, 2017 at 3:24 am #1334745
ThaiModeratorHi 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 🙂
January 18, 2017 at 4:49 am #1334822
stephane JanssenParticipantyes perfect !
thanks a lot for your supportJanuary 18, 2017 at 5:04 am #1334840
ThaiModeratorIf you need anything else please let us know.
January 18, 2017 at 5:19 am #1334857
stephane JanssenParticipantjust one more tiny problem with that:
when I click the image in the portfolio to get the full size image
the background image come backso I need to suppress it also on that page but I don t know which one is it ?
January 18, 2017 at 5:35 am #1334874
LelyModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1328787 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
