Logo für Editorhintergrund anpassen?

  • Wo muss das Bild den genau liegen? Ich habe es in den Ornder /images/nexusGrey/logo.png kopiert,
    es erscheint aber immer das nexus logo.


    .....und wer dann noch lacht, der fährt V8.....

  • Wo muss das Bild den genau liegen? Ich habe es in den Ornder /images/nexusGrey/logo.png kopiert,
    es erscheint aber immer das nexus logo.



    Kommt drauf an, welchen CSS du benutzt.



    CSS
    .redactor-layer {
    	background: url("#{$style_image_path}logo.png") no-repeat scroll right bottom transparent !important;
    }

    Hier muss das Logo im images/DEIN_STIL/liegen. Wenn du die Upload Funktion im ACP - STIL nutzt wird das natürlich nicht gehen. Hier musst du es via FTP hochladen.

    There are only 10 types of people in the world: Those who understand binary, and those who don't.