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.
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!
Password: yuglug
Hi, @Folake1
You can try this code
- Go to Online Store-> Theme->Edit code
- 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.