[Resolved] Transparent gap between products

Home Forums Support [Resolved] Transparent gap between products

Home Forums Support Transparent gap between products

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1482187
    Emmi

    Hi.
    Can anyone help?
    I am trying to make the gap between products transparent (www.offroadmax.ro).
    I wanna get something like this:
    https://www.emag.ro/desktop-pc/brand/serioux/c?ref=hp_menu_quick-nav_23_2&type=filter
    or
    I saw it in one of GPP’s site libraries, but I am dying here trying to reproduce it πŸ™‚

    Thanks!

    #1482365
    Leo
    Staff
    Customer Support

    Hi there,

    Try changing the Background option under Customizer > Colors > Content.

    Let me know if this helps πŸ™‚

    #1482371
    Emmi

    No, it doesn’t.
    I modified the background so you can see it.
    I’ll leave it so for a while.

    #1482409
    Leo
    Staff
    Customer Support

    Almost working.

    Now go to Additional CSS field in the customizer and edit this block of CSS:

    .woocommerce ul.products li.product {
        border: 2px solid #C8EBDF;
        box-sizing: border-box;
        padding: 5%;
        border-radius: 10px;
    }

    to this:

    .woocommerce ul.products li.product {
        border: 2px solid #C8EBDF;
        box-sizing: border-box;
        padding: 5%;
        border-radius: 10px;
        background-color: #ffffff;
    }
    #1482462
    Emmi

    Work great!
    Gratitude, Leo!

    #1482498
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.