• Resolved fruchtfliege

    (@fruchtfliege)


    hi, as the topic describes, i would like to remove the name of services in universal modal. i just want to show the icons of service. i can’t find any hook or topic about this.

    handling this issue with css is also not possible, because the name is not wrapped separately as the icon image is. and i don’t ant to use javascript, edit core files of plugin or set font-size to zero.

    thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    It is possible using CSS! Something like:

    /* Hide service names in menus */
    .a2a_mini {
    	width: 40px !important;
    	min-width: inherit !important;
    }
    .a2a_i {
    	width: 22px !important;
    }
    .a2a_more {
    	height: 22px !important;
    	width: 28px !important;
    	margin: 3px auto 0 !important;
    }
    .a2a_more span {
    	margin: 0 !important;
    }
    Thread Starter fruchtfliege

    (@fruchtfliege)

    Thank you. I already tried to work with fixed dimensions, but the result was not satisfying. I will try again, but i wonder why disabling caption is not part of plugin settings… or maybe you can just wrap the caption into a span element to be able to select it?

    edit: your code seems only to work with vertical aligned items

    • This reply was modified 7 years, 4 months ago by fruchtfliege.
    • This reply was modified 7 years, 4 months ago by fruchtfliege.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show only icons in universal modal’ is closed to new replies.