How do I remove the border around my posts?
-
Hi,
How do I remove the border around my posts? I’m using the Opti theme.
My website is asweetdoseofreality.com.
Also how do I completely remove the grey border around the sidebar widgets but just leave the grey background for the widget titles?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi,
Removing the border property in below CSS will remove the border in your posts.
.row .eightcol {
float: left;
margin: 1% 0;
border: 1px solid #d6d6d6;
padding: 16px 30px 30px 30px;
overflow: hidden;
width: 64%;
}Removing the background property in below CSS will remove the grey border with just the grey background for the widget titles
aside .widget {
/* background: #efefef; */
padding: 4px;
margin: 0 0 15px;
}Hope this helps.
Thank you.
-
-
Actually, I read your posts again and it worked.
border: none;
background: none;
Got it.
Thank you.
-
Actually, I read your posts again and it worked.
border: none;
background: none;
Got it.
Thank you.
-
One more question of you don’t mind.
How would I change the font size and color of quoted text?
I would also like to possibly remove the grey vertical bar on the left hand side next to quoted text.
Here’s an article with quoted text as an example.
Thank you again.
-
-
- The topic ‘How do I remove the border around my posts?’ is closed to new replies.