New Landing How can we help? Themeforest Theme Support Neighborhood How do you REMOVE the gray square around the CLIENT logos widget?

Viewing 8 posts - 1 through 8 (of 8 total)
  • #27284
    steezy
    Member
    Post count: 17

    Hi,

    How do you remove the GRAY SQUARE around the logos for the standard clients widget? Please see attached image with arrow indicating it.

    Thanks in advance!

    #27519
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this.

    .client-item figure{
    background-color: none;
    }

    Let me know, what you got.

    Thanks,
    laranz.

    #27525
    steezy
    Member
    Post count: 17

    Hi Laranz,

    That didn’t work. But you pointed me in the right area and this did work…

    .client-item figure{
    border: none;
    }

    Thanks,
    David

    #27706
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I mistype it lol, I come to type border, but I don’t know why I type background-color! conjuring ๐Ÿ˜€

    Glad you fixed.

    Let me know, if you have any other questions.

    Thanks,
    laranz.

    #29771
    steezy
    Member
    Post count: 17

    Hi Laranz,

    I’m not sure what happened, but the borders came back around my client images. The only thing I did was run a Database Optimizer widget. After that, the borders were back despite the custom CSS that was added.

    Got any ideas on what I can do to fix this? Here’s my site URL: http://www.fittedlifestyle.com

    Thanks,
    steezy

    #30127
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi steezy,

    Make sure that is present in the Custom CSS.

    or put this.

    .client-item figure{ border-color: #fff; }

    that makes the border color white, to match with the backgroud, and it looks there is no border..

    or try like this.

    .client-item figure { border: none !important; }

    Let me know, what you got.

    Thanks,
    laranz.

    #30419
    steezy
    Member
    Post count: 17

    this code worked Laranz, thanks!

    .client-item figure { border: none !important; }

    #30615
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works ๐Ÿ™‚

    Let me know, if you have any other questions.

    Thanks,
    laranz.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register