Is it possible to get rid of that text on the products pages? I was able to remove the prev listing next buttons, but can't figure out how to get rid of the text.
Timm
Is it possible to get rid of that text on the products pages? I was able to remove the prev listing next buttons, but can't figure out how to get rid of the text.
Timm
someone?
i don't see any switch in admin to turn this off , but you can do a easy way using CSS .
add this to end of your stylesheet
#productsListingTopNumber {
display:none;
}
hope this helps