hey Kailey,
i downloaded the theme and i’m sure is there and that it works, but maybe you can try something really simple
i downloaded this plugin
https://www.ads-software.com/plugins/simple-custom-css/
that lets you add your own custom css, and that way you don’t have to toy with the theme’s one
UPDATE: and i just found out the theme has its own way of modifying the CSS
On your dashboard go to Appearance > Theme Options > Advanced settings and add the css there (the plugin is still a good choice to download ?? )
i added this css
/* removes icons from archives */
.widget_archive .widget-inner li a:before {
display: none;
}
/* removes icons from recent posts */
.widget_recent_entries .widget-inner li a:before {
display: none;
}
/* removes icons from recent comments */
.widget_recent_comments .widget-inner li:before {
display: none;
}
/* removes icons from categories */
.widget_categories .widget-inner li a:after {
display: none;
}
and if you do want the icons in the future, you just delete this, or part of it.
i hope this helps and let me know if you are still having problems.
– Connie Green