Recent Comments widget color – text x links
-
My question is about this topic I posted on the theme’s forum:
http://premium-themes.forums.wordpress.com/topic/recent-comments-widget-color-text-x-links?replies=3
In short: I tried changed the color on the widget, but it seems it does not take effect… I want to change the color of the LINK, because the text is using the same color as the posts and comments, which it’s OK…
I have a the premium bundle and also Opti premium theme… if CSS code is necessary, please help me with it…
Thanks a lot!
The blog I need help with is: (visible only to logged in users)
-
The code below allows you to change the color of the widget body text. You can use http://www.colorpicker.com/ to get a color code which you can copy/paste after the # character.
.widget li { color: #; }This code allows you to change the color of the widget’s link text:
aside .widget li a, aside .widget li a:visited { color: #; }Please let us know if you need any further assistance!
-
kardotim, that worked great! Thanks a lot!
I have and additions question: is there a way that I can have all the color codes (#’s) from my 5 colors chosen (my pallete)?
I would like that very much so I’m sure I’m using the correct codes, not just similar…
Thanks again.
-
In the customizer go to Colors -> Click one of the colors -> Click on ‘pick your own color’ -> scroll down a bit and you’ll see the color (hex) code.
-
-
- The topic ‘Recent Comments widget color – text x links’ is closed to new replies.