Jump to content

(Gelöst )Farben in Backend Admin


Guest Delte

Recommended Posts

Hallo J.Lehmann,

willkommen im Forum.

 

die Farben im Adminbereich findest du in deinem admin-Ordner in der Datei:

DEIN_ADMIN_ORDNER/themes/default/css/admin-theme.css

 

zb den Grünen Balken oben

 

suche  nach:

 

.bootstrap .page-head {
    background-color: #8bc954;
    border-bottom: 4px solid #71b238;
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
    height: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 36px;
    width: 100%;
    z-index: 499;
}

#8bc954

entspechend abändern.

 

Grüsse

Whiley

 

  
Link to comment
Share on other sites

Vielen Dank werde ich gleich mal rein schauen

Bei meinen jetzigen Shop weiß ich wo was steht

aber bei diesen muss icvh mich erst rein arbeiten.

 

mfg

J.Lehmann

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...