Grey Borders around certain elements
-
Hello so I recently installed wordpress and a theme called theshop to my website. I am doing pretty damn well except one little issue. I just dont seem to find a way to remove these grey borders whatsoever. I have tried anything i could found from internet and couple extra things. I do believe there is a thing overwriting my solutions form somewhere but i cant get my head in to it.
So i want to remove grey borders around sidebar, header area, footer area, and body/content area. I have tried to do this with multiple css solutions. Here is the newest solution located in my child themes style.css:
.content-area { width: 75%; float: right; padding-right: 45px; border:none; } .widget-area { width: 25%; float: left; border:none; } .site-content { margin: -30px; border:none; } .content-wrapper { padding: 0px; background-color: #fff; border:none; } .site-footer { padding: 30px 0; background-color: #F0F8FF; border:none; text-align:center;
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Grey Borders around certain elements’ is closed to new replies.