I found when styling a footer widget some confusion with the CSS styling. I’m trying to keep my text elements centered and found the following code throwing this off:
.widget_text .h-widget:before {
content: "\f054";
padding-right: 0.4em;
font-size: 0.925em;
}
If I disable content: “\f054”; through the code browser inspector I get the look I need but not sure how to remove this content code or where its located.
Footer reference: https://rocketboysolutions.com/applsys/
Thank you for your help


