2016-04-08, 03:33 PM
(2016-04-08, 03:28 PM)zomgasd Wrote:(2016-04-08, 03:25 PM)eNvy Wrote:I found it, however, when I removed the background it also removed the "Register" button background, it's inherited from the class.(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: 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.
Then maybe the variable of the Steam button is INSIDE the register button, something like:
<span class="registerbutton">REGISTER {$steamlogin}</span>
If that's the case, you can move the variable ( {$steamlogin} ) out of the <span> tag.
I don't give support on PM.