• Hello, Im using the config

    Count Source: none
    Share Button Style: Fancy
    Theme Location: Before and after content

    I would like to always display social networks name, not only if I hover them, is that possible with CSS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Carlos Martínez Romero

    (@carlosmr96)

    Solved,

    .shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-label {
    overflow: visible;
    opacity: 1;
    }

    I would also like to know how to do this. I used Carlos’s css form but it only shows the first letter of the sharing like P for Pinterest. I would like it to show how it is on your site Bill? I would also like to know how to put the sharing count on the left not the right.

    Thread Starter Carlos Martínez Romero

    (@carlosmr96)

    Just had the same issue, here is the solution:

    .shared-counts-wrap.style-fancy {
    padding-right: 0 !important;
    }
    @media (min-width: 600px) {
    .shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-label {
    overflow: visible !important;
    opacity: 1 !important;
    width: 80px !important;
    }
    }

    If you need anything else you can contact me here, Im a WordPress developer:
    [email protected]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Always show button text’ is closed to new replies.