Search
Skip to content
  • Knowledge Base
Sassy Social Share, Super Socializer WordPress

How to customize the look of individual share counts?

admin

If you are using Super Socializer or Sassy Social Share plugin for Social Sharing, follow the steps mentioned below to customize the look of individual share counts.

Super Socializer

You can customize the look of individual share counts by applying CSS to .the_champ_horizontal_sharing .the_champ_square_count (for standard sharing interface) and .the_champ_vertical_sharing .the_champ_square_count (for floating sharing interface) selectors.

You have to save this CSS in Custom CSS option at Super Socializer > General Options page in admin area.

Note: Use CTRL/CMD + Shift + V to paste any of the CSS below into your WordPress editor to avoid errors!

Examples:

Individual Shares Customization

.the_champ_horizontal_sharing .the_champ_square_count{
    background-color: #58B8F8 !important;
    border-radius: 999px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.4) !important;
    color: #fff !important;
}

Individual Shares Customization

.the_champ_horizontal_sharing .the_champ_square_count{
    background-color: #58B8F8 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.4) !important;
    color: #fff !important;
}

You can modify the look of counts according to the applied CSS.

Sassy Social Share

You can customize the look of individual share counts by applying CSS to .heateor_sss_horizontal_sharing .heateor_sss_square_count (for standard sharing interface) and .heateor_sss_vertical_sharing .heateor_sss_square_count (for floating sharing interface) selectors.

You have to save this CSS in Custom CSS option in Miscellaneous section at plugin options page in admin area.

Examples:

Individual Shares Customization

.heateor_sss_horizontal_sharing .heateor_sss_square_count{
    background-color: #58B8F8 !important;
    border-radius: 999px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.4) !important;
    color: #fff !important;
}

Individual Shares Customization

.heateor_sss_horizontal_sharing .heateor_sss_square_count{
    background-color: #58B8F8 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.4) !important;
    color: #fff !important;
}

You can modify the look of counts according to the applied CSS.

Customize Share CountsCustomize SharingShare Counts

Post navigation

Previous PostHow to show Whatsapp icon only on mobile devices?Next PostHow to customize the look of total share counts?

Get Social!!

Best social tools to boost user engagement at your WordPress website. Used by 150000+ websites

Try it now
Facebook
© 2025 Heateor | Terms | Privacy
Proudly powered by WordPress