Support » Plugin: Sticky Side Buttons » Increase the size of the icon?

  • Resolved qnkov

    (@qnkov)


    Which file and line should we edit, so we can get bigger icons? I’ve done it once before, but dunno where it was?

    THat’s how it is now to me: https://prnt.sc/rieyct

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

    (@enigmaweb)

    You can use css for any adjustments you need to make beyond the settings which are available.

    Example 1 – changes both icons and text

    #ssb-container ul {
        font-size: 20px;
    }

    Example 2 – changes just the icons

    #ssb-container ul li span {
        font-size: 20px;
    }

    Where to put css in WordPress?

Viewing 1 replies (of 1 total)
  • The topic ‘Increase the size of the icon?’ is closed to new replies.