Tagged: x
-
AuthorPosts
-
December 19, 2016 at 2:47 pm #1298614
BruceParticipantI am using the LayersliderWP on a client site and I am wanting this slide to cover the entire page as a splash screen – everything with the slider is fine, however, I have one little problem.
You can see the page here > http://www.nikkibrock.com/test-layersliderwp/
At the bottom of the screen / page there is a (Yellow) line showing from behind the slider from the theme.
The slider is not covering the entire page.The theme is set as Integrity / Dark
The page settings are set as:
Blank – No container | No header, No footerThe slider settings are set as standard:
Layout – Full size
Canvas Width – 1280
Canvas Height – 730
Mode – Hero scene(I have not changed anything to do with the slider, just image and text)
====
To give you more of an idea of what I mean about the Yellow line, I’ll set
slider settings to:
Mode – Fit to parent heightAs you can see here in this screen shot > http://prntscr.com/dlglky
that yellow line at the bottom of the screen is very visible.What I would like to do is remove the Yellow line from that page ONLY.
Is there a CSS solution that I can implement to remove this Yellow line on a particular page. (page id=17877)
thanks 🙂
December 19, 2016 at 5:53 pm #1298777
JadeModeratorHi there,
Please add this code in the customizer:
.page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above { border-bottom: 0; }Hope this helps.
December 20, 2016 at 2:29 am #1299120
BruceParticipantSorry, did not work.
Next suggestion…December 20, 2016 at 2:41 am #1299133
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.rev_slider_wrapper, a.x-img-thumbnail:hover, .x-slider-container.below, .page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above { border: none; }Hope that helps.
December 20, 2016 at 2:41 am #1299134
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.rev_slider_wrapper, a.x-img-thumbnail:hover, .x-slider-container.below, .page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above { border: none; }Hope that helps.
December 20, 2016 at 7:46 am #1299326
BruceParticipantSorry, still no go
December 20, 2016 at 8:12 am #1299353
BruceParticipantIt’s working now!
Ok, I was originally placing the css mid way in the style-sheet, in line with other mods I had made.
All I did was to cut it out and place it at the end of the style-sheet and now it works.Thanks for your help on this.
December 20, 2016 at 8:19 am #1299364
ChristianModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1298614 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
