• Resolved smailk

    (@smailk)


    Hello
    I want to change the apparence format of the icons to be as circles.
    Please how I can do that

    Thanks
    Smail

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    CSS could help you do this. Something like this:

    #ssb-container ul li {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
        padding-top: 3px;
    }

    Assuming the buttons are aligned right, I think you’ll also have to override the position offset like so:

    
    #ssb-container {
        right: 0px !important;
    }

    Tested quickly just now, and it looks passable. Buttons configured for position right, and no animation (icons only)

    Screenshot: https://cld.wthms.co/MC8SF1

    Hope that helps ??

    Thread Starter smailk

    (@smailk)

    It works fine !

    Thank you so much Maeve.

    Plugin Author Maeve Lander

    (@enigmaweb)

    No worries, glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘showing icons as circles’ is closed to new replies.