Hey, anyone know what I’d need to do to add a border between these 2 menus? Either border-top on the second one only or border-bottom on the first one only.
pw:teunti
Hi @PoW8 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
.footer-block.grid__item:nth-child(2) {
border-top: 1px solid #80808066 !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Yes, works perfectly. Thanks again for your time.
Hi @PoW8 ,
We’re happy to see that our suggestion helped you solve the issue.
Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon.
Thanks in advance ![]()