I got stuck with overriding default Looback API Explorer logo name with custom name.
I tried following css style but it only appends the text like Looback API Explorer Test API Explorer but what I want is only Test API Explorer
#logo:after {
content: "Test API Explorer";
color: #fff; /* set color to original text color */
/* margin-left equals length of text we're replacing */
}
Does anyone had same situation and found solution?