• Resolved JoeMayo

    (@joemayo)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor sociable

    (@sociable)

    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!

    Thread Starter JoeMayo

    (@joemayo)

    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?

    Plugin Contributor sociable

    (@sociable)

    Hi Joe!

    Nice!

    No Problem!

    Thanks for writing us!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do you change the color of the Sociable Tag Line?’ is closed to new replies.