Replace logo image with text

  • Code
    .ref:before {
      font-weight: bold;
      color: navy;
      content: "Référence : ";
      }

    You can with css add text , just find the class where you want to add text and chose before or after to add text


    and erase you url with the logo

  • Thank you marcbelgique , This is what I came up with and it seems to be working fine.


    Code
    .pageHeaderLogo > a:before {
       font-weight: 200;
       font-size: 36px;
       color: #fff;
       content: "Paul's Place";
    }
    
    .pageHeaderLogo img {
        display: none;
    }

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!