Tagged: x
-
AuthorPosts
-
January 12, 2017 at 12:47 pm #1327560
BlupaceParticipantblupace.com
Hi,
I currently have my slider revolution set above the masthead.
I have replaced the standard nav menu with superfly menu.I would like to have my slider revolution slider full screen on my front page.
My problem is that my site logo, or site name appears in the banner area.
How to I remove the logo and banner area?Kind regards,
Pace
January 12, 2017 at 1:04 pm #1327580
BlupaceParticipantI have managed to remove the logo with the code
/*Remove Banner Area */ .x-brand.text { display: none; } .x-brand.img { display: none; }The problem is that the page still scrolls to a white space area under it.
If I remove the slider from above the masthead and place it into a section, I still have whitespace both above and below the slider.January 12, 2017 at 2:18 pm #1327674
JoaoModeratorHi THere,
Please use:
.x-navbar, .x-logobar { display: none; }Hope it helps
Joao
January 13, 2017 at 2:34 am #1328468
BlupaceParticipantHI, this still leaves a white space area under the revolution slider.
January 13, 2017 at 2:53 am #1328487
Paul RModeratorHi,
You can add this under Custom > CSS in the Customizer.
.home .x-container.max.width.offset { display:none; }Hope that helps.
January 13, 2017 at 5:12 am #1328607
BlupaceParticipantThis has worked great, however there is still a small amount of scroll available on the screen. I would like the page to be fixed.
Muchos gracias 🙂
January 13, 2017 at 6:36 am #1328664
Paul RModeratorHi,
Please add this code as well.
.home .x-slider-container.above { border:0; }Thanks
January 13, 2017 at 7:35 am #1328723
BlupaceParticipantHey I tried the code but it didn’t remove the small gap at the bottom.
I have attached an image to help show you this.
If you go to blupace.com and try to scroll down you see the area.January 13, 2017 at 7:38 am #1328726
BlupaceParticipantHere is the screen shot
January 13, 2017 at 9:50 am #1328845
JoaoModeratorHi There,
I Can´t see any white space, please clean your browser cache and test it again,
If that does not work please let us know which browser and device you are using whiling experiencing the issue.
Thanks
Joao
January 14, 2017 at 7:31 am #1329884
BlupaceParticipantHey, it seems to be working fine now, the only thing I need to remove is the scroll arrow on the right side of the page. I only want to remove this, for this page only though.
king regards
January 14, 2017 at 10:42 am #1329978
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.home a.x-scroll-top { display: none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1327560 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
