Why are some tags not appearing on my project page?

Hello,

In our site we got this problem. Some tags are not appear in projects page I added a screenshot. please resolve it.

Our Website is :- https://www.the3dmate.com/blogs/projects

Hi,

Your tags are appearing, it’s just that the text color of those tags are white. Ask your developer to fix it by add some background color to those new list items.

Hi @RaviKant1

AS i have checked there have no background added
Please use this code for background and you change background color code according to you.

ul#BlogTagFilter li:nth-child(6) {
    background-color: #2e475f;
    border: solid 2px #2e475f;
}
 ul#BlogTagFilter li:nth-child(7) {
    background-color: #2e475f;
    border: solid 2px #2e475f;
}
 ul#BlogTagFilter li:nth-child(8) {
    background-color: #2e475f;
    border: solid 2px #2e475f;
}

Please like and accept the solution.

Thank you

Thank you so much for this solution, please tell me where can I paste this code?

Hi @RaviKant1
Please this code in theme.scss.css file.

Please like and accept the solution.

Thank you

Great It’s work! Thank you Very much.