Plugin customization
-
Hello,
Thank you so much for your previous support.
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.
-
Hello,
For the right side of the post title, it’s probably best to place those buttons directly in your theme 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 in AddToAny Settings, and you can also customize the buttons with CSS, for example:
.a2a_svg { background-color: #2154A5 !important; }Thanks for your reply.
Could you tell me how I can change the styles on the modal popup too?
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.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?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_colorsThanks 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.
-
This reply was modified 3 years, 8 months ago by
The topic ‘Plugin customization’ is closed to new replies.