Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there

    Add this to your custom CSS (change the background-color):

    
    #main-content .container::before {
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #efefef !important;
        content: "";
    }

    All the best!

    Thread Starter flackcannon

    (@flackcannon)

    Absolutely brilliant worked a treat! Thanks!

    No problem 🙂

    Please mark this as resolved.

    All the best!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Woocommerce Side Bar Divider/Separator’ is closed to new replies.