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.

Hot To Change Logo and Text Ninja Themes

I have installed ninja skin, but i cant change ninja logo and text in the header, how to?

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    I guess it is in /themes/ninja/design/custom.css:

    (...)
      #Head .SiteTitle {
        float: left;
        margin: 0; }
        #Head .SiteTitle a {
          display: block;
          padding: 18px 15px 12px 65px;
          font-family: "SF Shai Fontai";
          font-size: 32px;
          font-weight: 500;
          line-height: 20px;
          background-image: url("images/ninja.svg");
    (...)
    
  • jobbatamjobbatam Batam New

    ok, got it mr @R_J

Sign In or Register to comment.