• Resolved crzyhrse

    (@crzyhrse)


    I am using your plugin via shortcodes at the bottom of one page, and in a code/text widget in the sidebar of posts… I would like to change the color of the text in the buttons, such as “Facebook” and “Google+,” etc… I would also like to change the hover color of the same text…

    Could you tell me what the selectors are to reach that text…?

    Kind regards,
    John.

Viewing 1 replies (of 1 total)
  • Plugin Support Sygnoos Support

    (@sygnoossupport)

    Dear @crzyhrse,

    We don’t have any options to change the color of the button texts.
    But you can overwrite the CSS class of our plugin and add a color option to it:
    jssocials-share-label

    Like this:

    .jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
    color: red;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Selectors…?’ is closed to new replies.