• Resolved davidemaggiorelli

    (@davidemaggiorelli)


    Hi!
    Thank you for this simple but great plugin!

    I have a problema adding CSS.
    The standard icons are perfect for me, just wanted them a bit more rounded.

    I tryed by adding “border-radius: 5px;” in the CSS box, but it doesn’t seems to work.

    How can I do this small fix?

    Thank you very much!
    5 stars as soon as I solved this problem of course 🙂

    https://wordpress.org/plugins/social-media-feather/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Synved

    (@synved)

    The plugin uses images so you can’t really make them more rounded but you could, with a little PHP/WordPress coding, add your own set of icons.

    Thread Starter davidemaggiorelli

    (@davidemaggiorelli)

    Thank you for the quick answer! 🙂
    I didn’t wanted that much difference, and I tried it rounding all the images on the page from firefox console (so I could try it).

    The problem is that I can’t find an id that I can use in my theme CSS to change the social icons.

    There I thought I could use the CSS in the plugin.
    What am I really modifying if I use the plugin CSS?
    Is there a way to set an id on social icons to solve my first problem?

    Thank you! 🙂

    Synved

    (@synved)

    The icons use classes, so you can CSS class selectors, like this:
    .synved-social-image { border-radius: 4px; }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘edit CSS’ is closed to new replies.