Title: Plugin customization
Last modified: July 18, 2022

---

# Plugin customization

 *  Resolved [petaframe](https://wordpress.org/support/users/petaframe/)
 * (@petaframe)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/)
 * Hello,
 * Thank you so much for your previous support.
 * [https://test2.kormedi.com/1399148/%ec%82%b4%ec%b0%8c%ec%a7%80-%ec%95%8a%ea%b2%8c-%ed%8c%a8%ec%8a%a4%ed%8a%b8%ed%91%b8%eb%93%9c-%ec%9e%98-%eb%a8%b9%eb%8a%94-%eb%b2%95/](https://test2.kormedi.com/1399148/%ec%82%b4%ec%b0%8c%ec%a7%80-%ec%95%8a%ea%b2%8c-%ed%8c%a8%ec%8a%a4%ed%8a%b8%ed%91%b8%eb%93%9c-%ec%9e%98-%eb%a8%b9%eb%8a%94-%eb%b2%95/)
 * On this web page, I’d like to move the share buttons on the right side of the
   post title.
    Also, I’d like to change the icon and color of the buttons, but 
   I can’t find the class name to do this.
 * Thanks in advance.

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

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15836743)
 * Hello,
 * For the right side of the post title, it’s probably best to [place those buttons directly in your theme](https://wordpress.org/plugins/add-to-any/#how%20can%20i%20place%20the%20share%20buttons%20in%20a%20specific%20area%20of%20my%20site%3F)
   next to your title element (if you’re comfortable editing your theme’s files 
   and adjusting with CSS).
 * You can [change the button/icon colors](https://www.addtoany.com/buttons/customize/wordpress/icon_color)
   in AddToAny Settings, and you can also customize the buttons with CSS, for example:
 * `.a2a_svg { background-color: #2154A5 !important; }`
 *  Thread Starter [petaframe](https://wordpress.org/support/users/petaframe/)
 * (@petaframe)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15840599)
 * Thanks for your reply.
 * Could you tell me how I can change the styles on the modal popup too?
 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15844259)
 * The CSS selector for the buttons/icons in the modal is the same as other buttons(`.
   a2a_svg`). You can target the modal specifically with `.a2a_modal`.
 *  Thread Starter [petaframe](https://wordpress.org/support/users/petaframe/)
 * (@petaframe)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15844307)
 * Thank you so much.
 * Besides the buttons, I need to change the background and border of the modal 
   box.
    Could you tell me how I can do this?
 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15844979)
 * Actually I meant `.a2a_full` (not `.a2a_modal`) for the full menu modal.
 * A CSS example increasing the “border” size + setting a color.
 *     ```
       .a2a_full {
         /* To increase the "border" size, use box-shadow. */
         box-shadow: 0px 0px 0px 4px #2154A5;
       }
       ```
   
 * For color changes to both the mini & full menus, set the colors using Additional
   JavaScript:
    [https://www.addtoany.com/buttons/customize/wordpress/css_style_colors](https://www.addtoany.com/buttons/customize/wordpress/css_style_colors)
 *  Thread Starter [petaframe](https://wordpress.org/support/users/petaframe/)
 * (@petaframe)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15845087)
 * Thanks for your reply.
 * Could you indicate the source file for the modal?
    I need to show the icons only,
   and input text on it.
    -  This reply was modified 3 years, 8 months ago by [petaframe](https://wordpress.org/support/users/petaframe/).

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

The topic ‘Plugin customization’ is closed to new replies.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [icon color](https://wordpress.org/support/topic-tag/icon-color/)

 * 6 replies
 * 2 participants
 * Last reply from: [petaframe](https://wordpress.org/support/users/petaframe/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/plugin-customization-28/#post-15845087)
 * Status: resolved