Oxygen theme style categories on my twenty ten theme
-
Hi my blog is http://www.samuelstravels.com
Right now I have a secondary widgets area on the left, and a primary widgets on the right. I’m thinking of moving all the secondary widgets to the primary widget area, except the categories widget (or as written on blog ‘types of posts’ and in turn make that categories area look something like this black area on the top left of oxygen:
http://theme.wordpress.com/themes/oxygen/
Anyone have any ideas? It would be very useful! Thanks for your time, Sam :)
The blog I need help with is: (visible only to logged in users)
-
You would need to add custom CSS for the categories widget, something like this:
.widget_categories li {
background: black;
color: white;
padding: 1em;
list-style: none;
}
- The topic ‘Oxygen theme style categories on my twenty ten theme’ is closed to new replies.