Im trying to change the below Icon
https://gyazo.com/ad7fc9cbdab6cd9b786c182999baaf70
I have added the below code to Woodmart Theme Global CSS
.create-account-question::before {
display: block;
margin-bottom: 15px;
color: #4F4F4F;
font-size: 54px;
line-height: 1;
content: “\f234” !important;
font-family:’Font Awesome 5 Free’;
}
I have enabled, “Always Use,” Font Awesome library within the Woodmart Fonts & Icons theme settings.
I am using the free stylesheet shown here- https://fontawesome.com/v5/cheatsheet/free/solid
The icon does not display, what am i doing wrong?