Home › Forums › Theme support › Marea Theme and Elegant Themes Monarch plugin › Reply To: Marea Theme and Elegant Themes Monarch plugin
Hi Steve,
looks like they forgot to remove the default list stylings for list elements. Some themes use the default list stylings, other not, but normally the plugin have to make sure that there are no bulltes for the html list.
But it’s not a bug problem, you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
.et_monarch .et_social_space li {
list-style:none;
}
This should solve the problem.