Home › Forums › Pro Version › Category colors › Reply To: Category colors
January 26, 2017 at 3:28 am #16273
Keymaster
Hi Mary,
This is custom css. So you can keep this in your css file or can you Custom CSS plugin to add this.
.wmle_item_holder .category-ann .wmle_post_title:hover{
background: #F18500 !important; /*BACKGROUND COLOR*/
color:#fff !important; /* FONT color*/
}
.wmle_item_holder .category-holiday .wmle_post_title:hover{
background: #bd081c !important; /*BACKGROUND COLOR*/
color:#fff !important; /* FONT color*/
}
Hope this helps.
Thanks