I was wondering how I can get a border on everything around my product information except for the media photos itself? Thanks!
password: nowlow
Hi,
Custom css can help (add at theme.css or style.css)
code example
.product-info {
border: 2px solid #000; /* Adjust the border width and color to your preference */
padding: 20px; /* Optional: Add padding for spacing inside the border */
margin-top: 20px; /* Optional: Adjust margin to create space between the photos and the info section */
}