In the file /includes/header.php, there was an unused stylesheet class
named “outline”. I used this to create a left/right/top/bottom border that
extended around my shop.
I opened the stylesheet.css and added:
.outline {
border-top-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-left-width: 3px;
border-style: solid;
border-color: #000000;
}
I'm wanting to do the same for my updated site. It's probably something simple
but this version is a little different.
Thanks in advance for any help.
Kuai














