Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    What I’ve done is made it possible to use the plug-in via either a widget or a shortcode; and using either of those methods, it doesn’t include any native styles, allowing you to easily customize your own styles. That’s the best I have for right now.

    Thread Starter Oded Talmon

    (@odedta)

    I see, thanks.

    Sorry if I’m blind but what is the short code parameters for this plugin?

    Odedta try this code in your template css file. I made the icons bigger. It would be a good starting point.

    .a11y-toolbar ul li {height: 34px;width: 34px;}
    .a11y-toolbar ul li a {height: 34px;width: 34px;}
    .a11y-toolbar .icon {height: 20px;width: 20px;background-size: 44px 110px;}
    .a11y-toolbar .icon-tint {margin-top: 5px;background-position: 0 -22px;}
    .a11y-toolbar .icon-font {margin-top: 5px;background-position: 0 -44px;}

    Plugin Author Joe Dolson

    (@joedolson)

    The shortcode is ‘[wpa_toolbar]’. It’s not very well documented; that’s something I need to improve.

    Thread Starter Oded Talmon

    (@odedta)

    @webbysmart: Thanks! it works perfect!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Toolbar Size’ is closed to new replies.