Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to change menu bookmarks

How to change menu bookmarks

i don't search code css.SpBookmarks { background-position: -77px -78px; }![]

(https://us.v-cdn.net/5018160/uploads/editor/f4/f687rs0bqzvf.png "")

Comments

  • peregrineperegrine MVP
    edited September 2014

    to change sprites - adjust the element

    add to your custom.css and adjust px to what you want
    .
    e.g.

        SpBookmarks, .SpStar {
          background-position: -49px -180px !important;
        }
    
    
        or 
    
        .SpBookmarks {
            background-position: -37px -30px !important;
        }
    

    to change bookmarks
    http://vanillaforums.org/addon/vbookmark-plugin

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.