• When I created my store and I imported the ”store” demo there didn’t seem to be those faint grey lines on my sidebar, but now they’re everywhere, I have no idea which setting I messed up to make it like this, can anyone help me fix this?

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Do you mean the borders on the sidebar? if yes, please use the below CSS code.

    woo-dropdown-cat .widget_product_categories li a {
        border-bottom: 0px solid #eaeaea;
    }

    If not, please share the snapshot of the issue.

    Thread Starter newuser33

    (@newuser33)

    https://ibb.co/ph7kmZG

    Here’s the image, the code did not appear to work.

    Hi,

    I apologize, I missed the dot(.) in the above code.

    Please try the below code.

    .woo-dropdown-cat .widget_product_categories li a {
        border-bottom: 0px;
    }
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        border: 0px;
    }
    .woocommerce ul.product_list_widget li {
        border: 0px;
    }
    Thread Starter newuser33

    (@newuser33)

    It worked, thank you!

    Glad to hear that the issue has been fixed!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove faint grey line from my sidebar?’ is closed to new replies.