Hi. I all of a sudden ( don’t know why) I have an icon appearing before my widget titles and have trid to hide with the following css - but neither seem to do the trick. Are the x-flickr-widget and x-dribbble-widget part of the theme? If so how to remove them? Site reference is https://mysalus.org/community/
.h-widget:before {
padding-right: 0.4em;
font-family: “fontawesome”;
dispaly: none !important;
}
.h-widget:before, .x-flickr-widget .h-widget:before, .x-dribbble-widget .h-widget:before {
position: relative;
font-weight: normal;
font-style: normal;
line-height: 1;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
speak: none;
display: none;
}
Thank you