/* Hide Old Name*/ #sb_dashboard span{ text-indent: -9999px; line-height: 0; /* Collapse the original line */ } /*Add New Name*/ #sb_dashboard span::after { content: "Your Menu Name"; text-indent: 0; display: block; line-height: initial; /* New content takes up original line height */ }