JoeMayo
Member
Posted 6 months ago #
For Sociable how do you change the text color for "Be Sociable, Share" or whatever tag line you are using.
For: Sociable 4.0.6 on WordPress 3.2.1
For the life of me I can't figure out where to change it in the style sheet.
I'm assuming you just change the color in a Sociable CSS style sheet right?
It comes with 4 style sheete:
sociable/css/sociable.css
sociable/css/sociable-admin.css
sociable/css/icons-radius.css
sociable/css/style-admin.css
Can someone tell me where to make the changes?
Thx
Joe
http://wordpress.org/extend/plugins/sociable/
sociable
Member
Posted 6 months ago #
hi joe!
to change this color you have to add new style element in /sociable/css/sociable.css
.sociable_tagline {
color: #333333 !important;
}
Remember to change #333333 for your color
thanks to write us!
JoeMayo
Member
Posted 6 months ago #
Hi,
Thanks for your response.
I changed the #333333 in the sociable/includes/sociable_output.php file.
It worked.
Is this okay.
Better to add your code in the CSS? Does it matter?
sociable
Member
Posted 6 months ago #
Hi Joe!
Nice!
No Problem!
Thanks for writing us!