Home › Forums › Space themes support forum › Burger menu icon not shown correct › Reply To: Burger menu icon not shown correct
September 26, 2024 at 9:51 am
#600269
Christian |cswebdesigns
Participant
Hi Artem,
thank you for this quick answer. I just remembered I was trying to add a custom icon and played around there. Removed and fixed.
Another short question to the same topic. I changed the setting from ICON to ONLY TEXT and would like to change “menu” to “explore”.
My css doesn’t work, it just add explore after menu:
.xts-header-el-label span {
display: none!important;
}
.xts-header-el-label:after {
content: ‘EXPLORE’;
}