-
AuthorPosts
-
October 21, 2015 at 8:32 pm #634940
I’m finding that when I add images to my slider I get a weird grey bar under all of them. Any thoughts on how to remove this?
Jim
October 21, 2015 at 8:56 pm #634967Hi Jim,
Thanks for writing in!
To remove the weird grey bar under your gallery slider, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css (if you are using a child theme)
.site .x-flexslider { margin-bottom: 0; padding-bottom: 0; overflow: hidden; }
To assist you better 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.
Thanks you.
October 22, 2015 at 11:26 am #635772I don’t think I’m using a “child theme.” I’m not familiar with that :-/
I tried adding it to the “Custom CSS” part of “Customize” without any luck.October 22, 2015 at 12:12 pm #635817Note: This gray background is also appearing behind my text on this page:
October 22, 2015 at 12:21 pm #635834Hey there Jim,
Can you please provide us with the link of the page so that we can check it further? Thank you.
October 22, 2015 at 3:16 pm #636048YES – I finally managed to get the site online for you to look at:
The gray appears at the bottom of all the slider images, and also appears behind the text on the “Concept Examples” page.
October 22, 2015 at 3:44 pm #636080This reply has been marked as private.October 22, 2015 at 4:50 pm #636150Hi there,
You can add this under Custom > CSS in the Customizer.
.x-flexslider .x-slides img { margin-bottom: 0; } .x-flexslider .x-slides .x-slide { background-color: #fff; }
Hope this helps.
October 23, 2015 at 8:21 am #636849Perfect!
Thank you much for your help!!!
October 23, 2015 at 10:13 am #636973You’re most welcome! 🙂
-
AuthorPosts