I noticed that category label color is different from desktop to mobile version. Is it possible to change the color? I tried to look in the stylesheet, but I couldn’t found anything.
1 Answers
Hi,
To change the category label color, you can add the following code to the style.css file:
.hentry .categories-links a {
background: #ff4629 !important;
color: #fff !importnat;
}
If you still face there issue, you can send me your site for further checking.
Hope this helps !
Please login or Register to submit your answer