Is there a way to change the color of a single "Category" link
The topic ‘Is there a way to change the color of a single "Category" link’ is closed to new replies.
Need help? Check out our Support site, then
On “Latest News” in the front page, all my ‘Category’ are in color RED. Is there a way through CSS to change the color of just one category…
Ex: Category: “Que más” in blue
The blog I need help with is: megaricos.com
Not really, unless you’re ok with hardcoding url in custom CSS:
.widget_wpshower_index_latest_entries .meta-top a[href="https://megaricos.com/category/que-mas/"] {
color: #0000ff;
}
It’s ugly, and I don’t recommend this.
Thanks @shroote for always been there for us! I understand what you mean. I just want to try a new category name “Sponsored” that just will show when a new post is add it. It wont be in the menu. I just want that category to be different from the rest. If look bad like you said i will remove it and try to come up with something else.
Thanks for your help, a lot!!!
No problem.
The topic ‘Is there a way to change the color of a single "Category" link’ is closed to new replies.