Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #634940

    flantascience
    Participant

    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

    #634967

    Rue Nel
    Moderator

    Hi 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.

    #635772

    flantascience
    Participant

    I 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.

    #635817

    flantascience
    Participant

    Note: This gray background is also appearing behind my text on this page:

    #635834

    Jade
    Moderator

    Hey there Jim,

    Can you please provide us with the link of the page so that we can check it further? Thank you.

    #636048

    flantascience
    Participant

    YES – I finally managed to get the site online for you to look at:

    lkpnettestt.flantascience.com

    The gray appears at the bottom of all the slider images, and also appears behind the text on the “Concept Examples” page.

    #636080

    flantascience
    Participant
    This reply has been marked as private.
    #636150

    Jade
    Moderator

    Hi 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.

    #636849

    flantascience
    Participant

    Perfect!

    Thank you much for your help!!!

    #636973

    Zeshan
    Member

    You’re most welcome! 🙂