Removing a border in the page body
-
I need help removing a border that is surrounding where my text/content is on all my pages. I am using the Perth template. I found what I needed to change on page source but when I edit it in the editor it won’t go away. (this is for a clients website I am working on.)
here is the code I changed:
.hentry {
padding: 30px;
margin-bottom: 30px;
border: 1px solid #fffff;
background-color: #fff;and I changed it to this:
.hentry {
padding: 30px;
margin-bottom: 30px;
border:none;
background-color: #fff;
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Removing a border in the page body’ is closed to new replies.