-
AuthorPosts
-
October 28, 2014 at 3:49 pm #134002
Paulo TebetParticipantI am using the Integrity stack, and on my homepage
development.paulotebet.com
I have a Rev Slider at the top, but on the bottom of the Slider, under the shadow I am getting Red horizontal line….
How do I get rid of it?
Regards,
October 28, 2014 at 9:55 pm #134145
ChristianModeratorHey there,
Please add the code below in the Appearance > Customize > Custom > CSS.
.x-slider-revolution-container.below { border: none; }Hope that helps. 🙂
October 29, 2014 at 6:50 am #134331
Paulo TebetParticipantThis reply has been marked as private.October 29, 2014 at 11:24 am #134504
ZeshanMemberYou’re welcome! 🙂
December 8, 2014 at 8:11 am #160374
Paulo TebetParticipantAfter upgrading to X Theme 3.01 the bottom border line is showing up again….
Notice that there is a fine gray line that goes all the way across the width of the screen.
I would like to get rid of those lines ( the red and gray one) and get only the shadow below the image.
Regards,
Paulo Tebet
December 8, 2014 at 8:13 am #160376
Paulo TebetParticipantNotice that the previous code is in fact on the Custom area of the Customiser….
Regards,
Paulo Tebet
December 8, 2014 at 9:32 am #160436
John EzraMemberHi there,
to get rid of the red line, use this CSS:
.x-slider-container { border: none!important; }for the gray one use the following:
.x-colophon.top { border: none!important; box-shadow: none; }Hope this helps!
December 8, 2014 at 10:38 am #160502
Paulo TebetParticipantPerfect.
Thanks a lot.
Not sure if I will really use a border or not, but in order for me to try it, how can I define a very thin (hair line , 1px) black border on all sides of the slider?
Regards,
Paulo Tebet
December 8, 2014 at 3:23 pm #160704
Nabeel AModeratorHey Pualo,
Try this for the border:
.x-slider-container.below, .x-slider-container.above{ border: 1px solid #000 !important; }Hope this helps!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-134002 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
