How to add a divider to logo list on Focal Theme

Hi, I would like to add a divider line above the logo list on my store. I am using the Focal theme and I am having a hard time figuring out how to go about that. I will greatly appreciate any assistance on this.

@Folake1

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

https://cocorosey.net/

Password: yuglug

Hi, @Folake1

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
.shopify-section--logo-list .scroller {
    border-top: 1px solid black;
}

Note: you can change the width and color of divider

Thank you so much. The code worked.