2016-04-08, 03:25 PM
(2016-04-08, 03:11 PM)zomgasd Wrote:(2016-04-08, 02:46 PM)eNvy Wrote:(2016-04-08, 02:40 PM)zomgasd Wrote: How can I fix this green thing around the button?
http://imgur.com/N0fNPgX
You need to search the class of that button and then, remove the background property.
Noob question: How can I do that? Will inspecting element work?
(2016-04-08, 03:11 PM)zomgasd Wrote:(2016-04-08, 02:46 PM)eNvy Wrote:(2016-04-08, 02:40 PM)zomgasd Wrote: How can I fix this green thing around the button?
http://imgur.com/N0fNPgX
You need to search the class of that button and then, remove the background property.
Noob question: How can I do that? Will inspecting element work?
2xPost Just tried, inspecting element helped, but not fix the issue
I don't give support for plugins.
Yes, inspecting the element show you the HTML structure of that button, you need to search the specific class or id for that button and remove the background property from the CSS.
I don't give support on PM.