Giacomo Barbieri
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro