- This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Love this theme (and coincidentally it’s my name!), but there is one detail driving me nuts that I haven’t been able to find the setting for. On my “Shop” page, there is a number in parenthesis of how many items are in that Category. The number is highlighted with a bright yellow color. How can I change this to plain white or turn off the highlight feature?
Hi Ashe,
At first thank for choosing our theme and services.
Hope you won’t request payments for the name authority 😀
Please share your website URL and we will send you simple CSS snippet to fix the issue.
Kind Regards
Hi Ashe,
If you want to keep the count of the numbers just removes the yellow colour use this CSS snippet:
.count {
background-color: #fff;
}
If you want to remove the count from the website use this one:
.count {
display: none;
}
Kind Regards