Hi !
In Icon stack we can choose a color depending of the post type. I don’t want to use the post type color for the background. I try to use CSS code:
.format-gallery .entry-wrap {
color: #000000 !important;
background-color: #ffffff !important;
}
What i do wrong ??
I use the same CSS when i explore the page and change the code and it working ??


