Please provide a link to a page on your site where we can see this. Thanks.
It may be that the entries are given a class based on the category. I’ve never used Elementor and don’t know how they do thing, but given a link I can take a look.
Also, I recommend asking at https://wordpress.org/support/plugin/elementor/#new-post so the plugin’s developers and support community can help you with this.
I’m working on local so I can’t share a link, I don’t know if there’s a another for people so see my work ?
Hi,
I would like to do the same, did you find an answer to this topic ?
Thanks for your return
@zazvita, If you need support then per the forum guidelines please start your own topic.
A lot more people will see your post, and that way you stand a good chance of getting the assistance you want. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole.
https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too
https://wordpress.org/support/guidelines/#post-in-the-best-place
You can do so here:
https://wordpress.org/support/forum/how-to-and-troubleshooting/#new-post
Thanks.
Create a List of all your Categories.
My list looked like this:
office-cleaning #7e158c
post-construction #e40000
daily-life #2085ec
welcome-message #008400
serious-matters #333333
uncategorized #7c7c7c
Simple. I was ready.
The CSS Code
.category-serious-matters .elementor-post__badge {
background-color: #333333 !important;
}
.category-office-cleaning .elementor-post__badge {
background-color: #7e158c !important;
}
====================================================
Continue the code on and on like that, for every Category that you would like to give a Badge color.
Good Luck