Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi there,
Can somebody help me figure out why I have no black outline over the name, quantity, and shirt colours for my section. I have very basic knowledge of coding. My theme is narrative. The webpage is; https://tagitexpress.ca/pages/contact
Hi @tagit
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community! and Thanks for your Good question.
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#contact_form input {
border: 1px solid #000;
}