MyBB Community Forums

Full Version: Ranks Help,
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to do it but it's not working!!!!!!!!


Why is my buttons showing as pictures??


[Image: 532a05cb.jpg]
[Image: 53e105ce.jpg]
Go to Your Theme global.css and in Your Edit Styles: Advanced Mode Find this Code:
#header ul.menu li a {
    padding-left: 20px;
    background-image: url("../../../images/mainpic.png");
    background-repeat: no-repeat;
    display: inline-block;
}
and Change the above mentioned codes into the Following:
#header ul.menu li a {
    padding-left: 20px;
    background-image:
    background-repeat: 
    display: inline-block;
} 
and You will not see any image background Smile
Okay That above has been solved, Thank you now.

I install the simple ranks http://community.mybb.com/mods.php?action=view&pid=81

Where would I put it? with plugins?

Solved