How do I change the colour of my widgets?
-
I truly have spent time trying to locate this answer and cannot seem to find it.
Thank you for taking the time to view!
The blog I need help with is: (visible only to logged in users)
-
It would require the Custom Design Upgrade in order to change colors (font or background) in the widgets.
-
-
-
I’m looking to change the font size and colour of the widgets.
I’m using the Piano Black theme.
-
This is about all of it.
.widget { color: #AAAAAA; font-size: 11px; } a, a:visited { color: #7F8E91; } a:hover, a:active { color: #81C8D5; } .widget-title { color: #999999; font-size: 11px; } -
Is there a way to change the links in your blogrolls ect as well, or re those stuck as is?
-
-
That’s what I gave you, but let’s make a little change to the center two bits of CSS to target ONLY the widgets.
.widget a, .widget a:visited { color: #7F8E91; } .widget a:hover, .widget a:active { color: #81C8D5; } -
-
Give this a try.
.widget ul, .widget-title { text-align: center; } #flickr_badge_uber_wrapper, #flickr_badge_uber_wrapper table { margin-left: auto; margin-right: auto; } .textwidget iframe { padding-left: 50px; } -
-
You are my CSS Hero….
i tried to use a theme code closer to what i want, and it nearly destroyed my entire blog… luckily i saved it in a notepad before i changed it.
-
-
You’re welcome.
You might work on the purple on the links in the sidebar. There isn’t enough contrast and people with even moderately impaired vision will have a hard time reading it. It needs to be lighter to increase the contrast.
- The topic ‘How do I change the colour of my widgets?’ is closed to new replies.