- This topic has 1 reply, 2 voices, and was last updated 2 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello,
I did some changes at my website that are not color related, but for some reason the category color is constantly overridden.
The color that the category should have is #cs9b52, like the hovering color.
For some reason I’m not able to add a picture to demonstrate the problem. To where can I send it?
My website address is: https://veganbondfamily.com/
Thanks,
Shani
Hi Shani,
At first, sorry for the late reply, we had holidays and thank you for choosing our theme and service.
We checked your shared website link, at this time category links under the posts are green, the source for this colour is the Elementor kit plugin, which overwrites theme codes.
We recommend uninstalling or changing the settings in the plugin.
If the plugin is very important to you, Please navigate to Dashboard > Appearance > Customize > Additional CSS section and add the following snippet:
.post-categories a {
color: #ca9b52 !important;
}
Kind Regards