MyBB Community Forums

Full Version: Fix the thanks button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://sintation.com/showthread.php?tid=4

My thanks button is not blending in, and does not have a button around it. Ideas?
guests cannot see thanks button - test user account required. and referred thread does not exist

in general, you can add class="buttons" for the thanks button link so that it can match with other postbit buttons
Username:
Test

Password:
test123
you can try adding below css style code at the bottom of the theme's global.css (advanced edit mode)
#posts a[id^="a"]  {
    background-color: #E1E1E1;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 3px 0 0 #BFBFBF;
    padding: 8px 10px;
    text-decoration: none !important;
    text-shadow: -1px -1px #E0E0E0;
    color: #666666;
}
hard refresh your browser (eg. press CTRL + F5) on a thread page after saving changes to the sylesheet