-
AuthorPosts
-
October 28, 2014 at 3:49 pm #134002
I 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 #134145Hey 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 #134331This reply has been marked as private.October 29, 2014 at 11:24 am #134504You’re welcome! 🙂
December 8, 2014 at 8:11 am #160374After 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 #160376Notice that the previous code is in fact on the Custom area of the Customiser….
Regards,
Paulo Tebet
December 8, 2014 at 9:32 am #160436Hi 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 #160502Perfect.
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 #160704Hey Pualo,
Try this for the border:
.x-slider-container.below, .x-slider-container.above{ border: 1px solid #000 !important; }
Hope this helps!
-
AuthorPosts