MyBB Community Forums

Full Version: How can i change gobutton?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: adszud2.png]
it's not a template, in your theme management page, edit global.css file
and look for .buttons you can add the backgroup, text color, etc there using css codes.
eg for background
.buttons{
background: #ffffff url(path/to/background/image) repeat-x;
}
Sorry,but i can't find .buttons
Can't you edit the 'gobutton' template in 'Ungrouped Templates'??
I tried to edit the 'gobutton' template but i couldn't.
Why couldn't you??
Because I don't know what the code is.
a link to your forum, may help us to determine where this button are located
<input type="submit" class="button" value="{$lang->go}" style="background: url(http://community.mybboard.net/images/star.gif);" />
For example Smile Put this in the gobutton template.
Thanks DennisTT