CSS for post category background

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 ??

Hi,

Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

Thank you.

Thank Paul ! Url is hugleclerc.com

Hey @hleclerc,

Please go to Appearance > Theme Options. > Icon and adjust the post type colors.

Hope that helps.

Hi,
I want to change the color in the post “page” only, i want the post category in different color for a page like archive http://hugleclerc.com/archives/ . But for the post it self, i want it background white with black font color.

Hi There,

Please try adding this custom CSS also:

.single-post .x-main .entry-wrap {
    background: #fff !important;
    color: #000 !important;
}

Hope it helps :slight_smile:

Realy help !

Working !!!

Thank !

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.