This is an example of CSS code that can help add text to the Login / Register icon in top – header
.submit_action:before {
content: "Add Property";
}
.submit_action {
float: left;
display: flex;
justify-content: center;
flex-wrap: nowrap;
align-content: center;
align-items: center;
flex-direction: row;
}