Changing Post Layout
-
Hey guys, so my question is how to I go about changing the default post setting so that the post summaries don’t have that rounded corner on the top right. here’s my site http://www.ThingsThatDontSuck.info, I would like it to just be a flat, sharp corner.
another user pointed me in the direction of this site, http://www.hervecuisine.com/, where the developer implements this theme as well, and his post summaries are exactly how I would like them to appear. Any ideas on how I could about changing mine.
Add this to your custom CSS:
.two-col-right .post, .three-col-right .post, .two-col-right #comments ol li.comment.depth-1, .three-col-right #comments ol li.comment.depth-1, .two-col-right #commentform, .three-col-right #commentform {
border-top-left-radius: none;
border-top-right-radius: none;
margin-top: -6px;
}No template. You want to add it to your stylesheet. You can do this one of two ways:
1. Set up a child theme and insert it there. (preferred)
2. Add it to your custom CSS in the graphene admin options. (click the display tab, and look towards the bottom)
Where did you add the code?
It looks like you got everything except the border-top-left-radius.
Very weird. It works fine using firebug.
Copy and paste your admin panel css here for me to see.
- You must be logged in to reply to this topic.
