Try our conversational search powered by Generative AI!

How to Change Text in the Episerver Admin dropdown from "EpiServer" to "Admin"

Vote:
 

How to Change Text in the Episerver Admin dropdown from "EpiServer" to "Admin"

dropdown

#145828
Mar 14, 2016 7:37
Vote:
 

#145843
Mar 14, 2016 11:19
Vote:
 

Not sure that is possible and is recommended. The interfaces is devided into more then one area, Edit, Admin, Dashboard.. If you change to "Admin" what should you call the actuall admin interface? 

#145855
Mar 14, 2016 14:03
Vote:
 

i agree with Eric, I don't think that is recommended.

But if you really want to do it, you can do so with simple CSS.

For example:

#epi-quickNavigator .epi-quickNavigator-editLink a span {
    background: url("/static/img/Admin.png") bottom left no-repeat !important;
}

/Mark

#145864
Mar 14, 2016 15:34
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.