Glitch with theme color after update
-
Hello, I’ve just updated my theme and noticed the category labels on my “posts carousel” have reverted to a default color rather than my chosen accent color. This is only on my home page using “posts carousel,” everywhere else it is fine. Is this a glitch from update or is there a new setting somewhere I missed?
Attachments:
You must be
logged in to view attached files.
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: #ff6600;
}
Regards