Blogs category colour change
-
hi
after updating your theme today my blogs in home page colour of category change
https://gyazo.com/317ef7da16763c1f4c46bde46ffecc8a
you can see there is showing tarquaze colour which i did not select its complete different
from my theme color plate
pls help to sort this out
thanks and regards
Hi,
Please, try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. This issue also will be fixed in next theme update.
body .post-slide .meta-post-categories {
background-color: #906525;
}
Regards