PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.pc-builder-element.penci-menuhbg-wapper {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 10px;
}
.pc-builder-element.penci-menuhbg-wapper:before {
content: 'Menu';
}Regards,
PenciDesign.