Hi,
Like te title says, the description shows up double at the frontend, while the backend has only one text... who knows what goes wrong? and how to fix this problem?
Example url: http://www.anyfma.nl/index.php/wellness
Regards,
ronnie
.category_description {
display: none;
}
.category_description:first-child {
display: block;
}