Widgets not right
-
Widgets for categories showing in grey text and I’d like a Facebook badge but where so I insert the coding? The widgets look untidy and clumped together how can I make it so they are neat?
I look forward to hearing from you and thank you!
Blog url: http://assystem.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Widgets for categories showing in grey text
You can adjust widget category link text color by adding this to your Appearance → Custom Design → CSS editor:
.widget_categories .cat-item { color: #000; } -
I’d like a Facebook badge but where so I insert the coding?
Check out this page for instructions:
http://en.support.wordpress.com/facebook-integration/facebook-badge/
-
The widgets look untidy and clumped together how can I make it so they are neat?
It looks like you added a background color to one widget and the padding that was acting as a separator before now looks too close to the search widget above it. One possible way to solve that for your site would be to add extra padding below the search widget like this:
#search-2 { padding-bottom: 20px; }
- The topic ‘Widgets not right’ is closed to new replies.